Browse Source

81: Removed unused import.

Taddeus Kroes 14 years ago
parent
commit
dbe98c28b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      problem81.py

+ 1 - 1
problem81.py

@@ -1,4 +1,4 @@
-from numpy import array, zeros
+from numpy import array
 
 m = array([l.split(',') for l in open('matrix.txt', 'r').readlines()],
           dtype=int)