artemis-analytics / artemis

Apache License 2.0
5 stars 2 forks source link

Remove unused imports #56

Closed ryanmwhitephd closed 4 years ago

ryanmwhitephd commented 4 years ago

A few remaining flake8 errors to resolve:

artemis/externals/accumulation_tree/__init__.py:2:1: F401 '.accumulation_tree.AccumulationTree' imported but unused
artemis/externals/tdigest/__init__.py:27:1: F401 '.tdigest.TDigest' imported but unused
artemis/externals/physt/binnings.py:1011:5: F401 'astropy.stats.histogram.histogram as _astropy_histogram' imported but unused
artemis/externals/physt/binnings.py:1014:54: W605 invalid escape sequence '\.'
ryanmwhitephd commented 4 years ago

Duplicate of #58