Skip to content

Commit 879f88d

Browse files
committed
Python 2 is not supported anymore, therefore remove python_2_unicode_compatible
1 parent db24e9b commit 879f88d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debug_toolbar/panels/staticfiles.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from django.conf import settings
55
from django.contrib.staticfiles import finders, storage
66
from django.core.files.storage import get_storage_class
7-
from django.utils.encoding import python_2_unicode_compatible
87
from django.utils.functional import LazyObject
98
from django.utils.translation import gettext_lazy as _, ngettext as __
109

@@ -17,7 +16,6 @@
1716
threading = None
1817

1918

20-
@python_2_unicode_compatible
2119
class StaticFile:
2220
"""
2321
Representing the different properties of a static file.

0 commit comments

Comments
 (0)