mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 15:57:08 +08:00
black reformat, some fixes
This commit is contained in:
@@ -14,5 +14,7 @@ class Command(BaseCommand):
|
||||
interactive: Any = ...
|
||||
def handle(self, *args: Any, **options: Any) -> None: ...
|
||||
start: Any = ...
|
||||
def migration_progress_callback(self, action: str, migration: Optional[Migration] = ..., fake: bool = ...) -> None: ...
|
||||
def migration_progress_callback(
|
||||
self, action: str, migration: Optional[Migration] = ..., fake: bool = ...
|
||||
) -> None: ...
|
||||
def sync_apps(self, connection: DatabaseWrapper, app_labels: Set[str]) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user