diff options
| author | Johannes Linke <karyon@users.noreply.github.com> | 2020-01-02 14:43:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-02 14:43:42 +0100 |
| commit | 47c8e7f63b9731d704ce68b479e268e824967c2a (patch) | |
| tree | 0f14b4a87e4a9fc69604c881e00d66d35512a19a /compressor/utils/staticfiles.py | |
| parent | 9bd83669be01380bde32559db392712e69685d5a (diff) | |
| download | django-compressor-47c8e7f63b9731d704ce68b479e268e824967c2a.tar.gz | |
Remove "from __future__ import" and "coding: utf-8" (#986)
Diffstat (limited to 'compressor/utils/staticfiles.py')
| -rw-r--r-- | compressor/utils/staticfiles.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compressor/utils/staticfiles.py b/compressor/utils/staticfiles.py index 09a8a9b..d5e951d 100644 --- a/compressor/utils/staticfiles.py +++ b/compressor/utils/staticfiles.py @@ -1,5 +1,3 @@ -from __future__ import absolute_import, unicode_literals - from django.apps import apps from django.core.exceptions import ImproperlyConfigured |
