mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -21,5 +21,4 @@ from typing import Any
|
||||
|
||||
class ExampleDataGenerator(ABC):
|
||||
@abstractmethod
|
||||
def generate(self) -> Iterable[dict[Any, Any]]:
|
||||
...
|
||||
def generate(self) -> Iterable[dict[Any, Any]]: ...
|
||||
|
||||
Reference in New Issue
Block a user