mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 06:21:58 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -3,7 +3,4 @@ from typing import Any, Optional
|
||||
from django.db.migrations.state import ProjectState
|
||||
from django.db.models.fields import Field
|
||||
|
||||
|
||||
def is_referenced_by_foreign_key(
|
||||
state: ProjectState, model_name_lower: str, field: Field, field_name: str
|
||||
) -> bool: ...
|
||||
def is_referenced_by_foreign_key(state: ProjectState, model_name_lower: str, field: Field, field_name: str) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user