pep8 and other code-style changes
[wolnelektury.git] / src / newtagging / managers.py
index 0bfec54..7de7fe7 100644 (file)
@@ -78,4 +78,3 @@ class TagDescriptor(object):
 
     def __del__(self, instance):
         self.tag_model.objects.update_tags(instance, [])
-