Added upload_document managment command.
[redakcja.git] / apps / api / tests / __init__.py
index acf92f5..72b4132 100644 (file)
@@ -19,6 +19,7 @@ def temprepo(name):
 
     def decorator(func):
 
+
         @wraps(func)
         def decorated(self, *args, **kwargs):
             clean = False