Skip to content

Commit bcc3c46

Browse files
committed
Remove debug_toolbar.utils.django_path variable
Not used since commit 03fd1cc.
1 parent c5d95ff commit bcc3c46

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

debug_toolbar/utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from importlib import import_module
77
from pprint import pformat
88

9-
import django
109
from asgiref.local import Local
1110
from django.core.exceptions import ImproperlyConfigured
1211
from django.template import Node
@@ -24,10 +23,6 @@
2423
_local_data = Local()
2524

2625

27-
# Figure out some paths
28-
django_path = os.path.realpath(os.path.dirname(django.__file__))
29-
30-
3126
def get_module_path(module_name):
3227
try:
3328
module = import_module(module_name)

0 commit comments

Comments
 (0)