X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0cae17bec6d31806615fae59a5b3945016285fbe..be3ac242bbb8b9080344892926876eaf3dc60908:/apps/compress/management/commands/synccompress.py

diff --git a/apps/compress/management/commands/synccompress.py b/apps/compress/management/commands/synccompress.py
index 6e31d254d..f5624f59d 100644
--- a/apps/compress/management/commands/synccompress.py
+++ b/apps/compress/management/commands/synccompress.py
@@ -14,7 +14,7 @@ class Command(NoArgsCommand):
     args = ''
 
     def handle_noargs(self, **options):
-        
+
         force = options.get('force', False)
         verbosity = int(options.get('verbosity', 1))