Skip to content

Commit 3d7fe2c

Browse files
committed
try satisfy black
1 parent c8918ed commit 3d7fe2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mip/ndarray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def __ge__(self, other):
6868
def __eq__(self, other):
6969
return np.equal(self, other, dtype=object)
7070

71-
7271
except ImportError:
7372
logger.debug("Unable to import numpy", exc_info=True)
7473

0 commit comments

Comments
 (0)