]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/memory.py
Tidy up imports of other modules
[collecty.git] / src / collecty / plugins / memory.py
index 65b56debe7d1b385b1fa5273df9d494591a2e786..01e4d66489e31de6abbd135462bca2789287ac5d 100644 (file)
@@ -21,7 +21,6 @@
 
 from . import base
 
-from ..i18n import _
 from ..colours import *
 
 class GraphTemplateMemory(base.GraphTemplate):