Skip to content

Commit a91e845

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3a6e368 commit a91e845

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

debug_toolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ["APP_NAME", "VERSION"]
22

3-
APP_NAME = 'djdt'
3+
APP_NAME = "djdt"
44

55
# Do not use pkg_resources to find the version but set it here directly!
66
# see issue #1446

debug_toolbar/toolbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
from django.urls.exceptions import Resolver404
1515
from django.utils.module_loading import import_string
1616

17-
from debug_toolbar import APP_NAME
18-
from debug_toolbar import settings as dt_settings
17+
from debug_toolbar import APP_NAME, settings as dt_settings
1918

2019

2120
class DebugToolbar:

0 commit comments

Comments
 (0)