mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-19 06:08:04 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from typing import (
|
||||
Any,
|
||||
Optional,
|
||||
)
|
||||
|
||||
|
||||
class MigrationOptimizer:
|
||||
def optimize(self, operations: Any, app_label: Optional[str] = ...) -> Any: ...
|
||||
def optimize_inner(self, operations: Any, app_label: Optional[str] = ...) -> Any: ...
|
||||
Reference in New Issue
Block a user