mirror of
https://github.com/apache/superset.git
synced 2026-04-09 03:16:07 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -25,9 +25,7 @@ if TYPE_CHECKING:
|
||||
|
||||
class DataLoader(ABC):
|
||||
@abstractmethod
|
||||
def load_table(self, table: Table) -> None:
|
||||
...
|
||||
def load_table(self, table: Table) -> None: ...
|
||||
|
||||
@abstractmethod
|
||||
def remove_table(self, table_name: str) -> None:
|
||||
...
|
||||
def remove_table(self, table_name: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user