more api changes, preparing for Android app
[wolnelektury.git] / apps / catalogue / utils.py
index e44b379..7a405ba 100644 (file)
@@ -30,4 +30,3 @@ def split_tags(tags):
     for tag in tags:
         result.setdefault(tag.category, []).append(tag)
     return result
-