Skip to content

Commit 22dd2e6

Browse files
committed
Remove unused CRS import in ll2cr cython
1 parent 58e7508 commit 22dd2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyresample/ewa/_ll2cr.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__docformat__ = "restructuredtext en"
2424

2525
import numpy
26-
from pyproj import CRS, Transformer
26+
from pyproj import Transformer
2727
from pyproj.enums import TransformDirection
2828

2929
cimport cython

0 commit comments

Comments
 (0)