Skip to content

Commit

Permalink
Suppress unused import in django-stubs/conf/__init__.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Jun 5, 2023
1 parent 43b8b85 commit dab8f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/conf/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from django.utils.functional import LazyObject
from typing_extensions import Literal

# explicit dependency on standard settings to make it loaded
from . import global_settings
from . import global_settings # noqa: F401

ENVIRONMENT_VARIABLE: Literal["DJANGO_SETTINGS_MODULE"]
DEFAULT_STORAGE_ALIAS: Literal["default"]
Expand Down

0 comments on commit dab8f07

Please sign in to comment.