INCR-137: Run python-modernize at common/djangoapps/static_replace (#20481)

This commit is contained in:
Amit
2019-05-09 16:36:45 +03:00
committed by Jeremy Bowman
parent d4cbcfd5d5
commit 9e2397a60a
7 changed files with 20 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
Django management command to clear the 'staticfiles' Django cache
"""
from __future__ import print_function
from __future__ import absolute_import, print_function
from django.core.management.base import BaseCommand
from django.core.cache import caches