mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -2,11 +2,6 @@ from typing import Any, List, Optional
|
||||
|
||||
from django.db.migrations.operations.base import Operation
|
||||
|
||||
|
||||
class MigrationOptimizer:
|
||||
def optimize(
|
||||
self, operations: List[Operation], app_label: str = ...
|
||||
) -> List[Operation]: ...
|
||||
def optimize_inner(
|
||||
self, operations: List[Operation], app_label: str = ...
|
||||
) -> List[Operation]: ...
|
||||
def optimize(self, operations: List[Operation], app_label: str = ...) -> List[Operation]: ...
|
||||
def optimize_inner(self, operations: List[Operation], app_label: str = ...) -> List[Operation]: ...
|
||||
|
||||
Reference in New Issue
Block a user