INCR-137: Run python-modernize at common/djangoapps/static_replace (#20481)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user