graphite-project / carbon

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
1 occurrence in this check
Unused with_metaclass imported from six
  1from carbon.hashing import ConsistentHashRing, carbonHash
  2from carbon.util import PluginRegistrar
  3from six import with_metaclass  4from six.moves import xrange
  5
  6