- Added librarian as a submodule.
[wolnelektury.git] / apps / catalogue / fields.py
index ded6f0e..62ca29c 100644 (file)
@@ -123,7 +123,7 @@ try:
     (
         [JSONField], # Class(es) these apply to
         [], # Positional arguments (not used)
-        {}, # Keyword argument           
+        {}, # Keyword argument
     ), ], ["^catalogue\.fields\.JSONField"])
 except ImportError:
     pass