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 May 20, 2023
1 parent 7d89961 commit 41609d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/conf/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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 # noqa: F401

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

0 comments on commit 41609d0

Please sign in to comment.