We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db24e9b commit 879f88dCopy full SHA for 879f88d
debug_toolbar/panels/staticfiles.py
@@ -4,7 +4,6 @@
4
from django.conf import settings
5
from django.contrib.staticfiles import finders, storage
6
from django.core.files.storage import get_storage_class
7
-from django.utils.encoding import python_2_unicode_compatible
8
from django.utils.functional import LazyObject
9
from django.utils.translation import gettext_lazy as _, ngettext as __
10
@@ -17,7 +16,6 @@
17
16
threading = None
18
19
20
-@python_2_unicode_compatible
21
class StaticFile:
22
"""
23
Representing the different properties of a static file.
0 commit comments