mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -132,17 +132,13 @@ class TemporaryCacheRestApi(BaseSupersetApi, ABC):
|
||||
return self.response(404, message=str(ex))
|
||||
|
||||
@abstractmethod
|
||||
def get_create_command(self) -> Any:
|
||||
...
|
||||
def get_create_command(self) -> Any: ...
|
||||
|
||||
@abstractmethod
|
||||
def get_update_command(self) -> Any:
|
||||
...
|
||||
def get_update_command(self) -> Any: ...
|
||||
|
||||
@abstractmethod
|
||||
def get_get_command(self) -> Any:
|
||||
...
|
||||
def get_get_command(self) -> Any: ...
|
||||
|
||||
@abstractmethod
|
||||
def get_delete_command(self) -> Any:
|
||||
...
|
||||
def get_delete_command(self) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user