- Added librarian as a submodule.
[wolnelektury.git] / apps / compress / management / commands / synccompress.py
index 6e31d25..f5624f5 100644 (file)
@@ -14,7 +14,7 @@ class Command(NoArgsCommand):
     args = ''
 
     def handle_noargs(self, **options):
-        
+
         force = options.get('force', False)
         verbosity = int(options.get('verbosity', 1))