]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/cpufreq.py
Tidy up imports of other modules
[collecty.git] / src / collecty / plugins / cpufreq.py
index c6108918d707bcbaad1ff9298a97631ffd2c9358..c2ce9b4816553edcd2646422c04a78ad5bab9f0c 100644 (file)
@@ -24,8 +24,6 @@ import re
 
 from . import base
 
-from ..i18n import _
-
 class GraphTemplateCPUFreq(base.GraphTemplate):
        name = "cpufreq"