mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-06 17:11:35 -05:00
fix: Upgrade Black (#3057)
* bump black * bump black on precommit * run black * fix backend test runner
This commit is contained in:
@@ -25,5 +25,4 @@ class AbstractSeeder(ABC):
|
||||
self.resources = Path(__file__).parent / "resources"
|
||||
|
||||
@abstractmethod
|
||||
def seed(self, locale: str | None = None) -> None:
|
||||
...
|
||||
def seed(self, locale: str | None = None) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user