Skip to content

Commit c3e4952

Browse files
committed
no need to import numpy
1 parent e072dd7 commit c3e4952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mpl_toolkits/basemap/pyproj.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ def _copytobuffer(x):
517517
return _copytobuffer_return_scalar(x)
518518
else:
519519
try:
520-
import numpy as np
521520
# typecast numpy arrays to double.
522521
# (this makes a copy - which is crucial
523522
# since buffer is modified in place)

0 commit comments

Comments
 (0)