Remove confusing dummy variable

This commit is contained in:
Steven Silvester
2014-08-04 07:30:13 -05:00
parent 382be1a457
commit 04e53f124f
-1
View File
@@ -3,7 +3,6 @@ try:
except ImportError:
import warnings
warnings.warn('"cut_threshold" requires networkx')
nx = None
import numpy as np