X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/61c3753c6e0c567ccbb11115c787da22218ab5f6..65f4793d71ca86c80a7f4f7974e8d65a3ebe6f25:/apps/compress/versioning/base.py?ds=sidebyside

diff --git a/apps/compress/versioning/base.py b/apps/compress/versioning/base.py
index 8b815196..0be9acab 100644
--- a/apps/compress/versioning/base.py
+++ b/apps/compress/versioning/base.py
@@ -2,12 +2,13 @@ class VersioningBase(object):
 
     def get_version(self, source_files):
         raise NotImplementedError
-        
+
     def needs_update(self, output_file, source_files, version):
         raise NotImplementedError
-        
+
+
 class VersioningError(Exception):
     """
     This exception is raised when version creation fails
     """
-    pass
\ No newline at end of file
+    pass