mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 20:31:32 +08:00
add linting stubs with flake8-pyi and check for unused imports (#186)
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
from typing import Any, Callable, List, Optional, Tuple, Type, Union
|
||||
|
||||
from django.apps.config import AppConfig
|
||||
from django.db.models.base import Model
|
||||
from typing import Any, Callable, List, Optional, Tuple, Union
|
||||
|
||||
NONE_ID: Any
|
||||
NO_RECEIVERS: Any
|
||||
|
||||
Reference in New Issue
Block a user