mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -30,8 +30,7 @@ class BirthNamesGeneratorFactory(ABC):
|
||||
__factory: BirthNamesGeneratorFactory
|
||||
|
||||
@abstractmethod
|
||||
def _make(self) -> BirthNamesGenerator:
|
||||
...
|
||||
def _make(self) -> BirthNamesGenerator: ...
|
||||
|
||||
@classmethod
|
||||
def make(cls) -> BirthNamesGenerator:
|
||||
|
||||
Reference in New Issue
Block a user