Skip to content

Commit a320fe8

Browse files
committed
fixed GeoApps import bug
1 parent a77c56f commit a320fe8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

besttracks/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def translate_velocity(self, Rearth=6371200):
8989
"""
9090
from numpy import cos as cos
9191
from numpy import deg2rad as deg2rad
92-
93-
from GeoApps.ConstUtils import Rearth
9492

9593
lons = self.records.LON
9694
lats = self.records.LAT

0 commit comments

Comments
 (0)