mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
lint fixes
This commit is contained in:
@@ -5,7 +5,7 @@ from mypy.types import CallableType, Instance, NoneTyp
|
||||
from mypy.types import Type as MypyType
|
||||
from mypy.types import TypeType
|
||||
|
||||
from mypy_django_plugin.lib import sem_helpers, chk_helpers
|
||||
from mypy_django_plugin.lib import chk_helpers, sem_helpers
|
||||
|
||||
|
||||
def make_meta_nested_class_inherit_from_any(ctx: ClassDefContext) -> None:
|
||||
|
||||
Reference in New Issue
Block a user