Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Dec 17, 2016
1 parent 6014728 commit e0a54f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions collectfast/management/commands/collectstatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from django.conf import settings
from django.contrib.staticfiles.management.commands import collectstatic
from django.core.cache import caches
from django.core.files.storage import FileSystemStorage
from django.core.management.base import CommandError
from django.utils.encoding import smart_str


Expand Down Expand Up @@ -154,7 +152,7 @@ def do_copy_file(self, args):
self.destroy_etag(normalized_path)

return super(Command, self).copy_file(
path, prefixed_path, source_storage)
path, prefixed_path, source_storage)

def copy_file(self, path, prefixed_path, source_storage):
args = (path, prefixed_path, source_storage)
Expand Down

0 comments on commit e0a54f2

Please sign in to comment.