mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
split helpers into smaller files
This commit is contained in:
@@ -8,8 +8,8 @@ from mypy.plugin import (
|
||||
)
|
||||
from mypy.types import AnyType, Instance, Type, TypeOfAny
|
||||
|
||||
from mypy_django_plugin import helpers
|
||||
from mypy_django_plugin.lookups import (
|
||||
from mypy_django_plugin.lib import helpers
|
||||
from mypy_django_plugin.lib.lookups import (
|
||||
LookupException, RelatedModelNode, resolve_lookup,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user