AlexanderSvarfdal commited on
Commit
856da7c
·
1 Parent(s): 779a165

removed uneccessary import

Browse files
Files changed (1) hide show
  1. data_processing/get_density.py +0 -1
data_processing/get_density.py CHANGED
@@ -1,6 +1,5 @@
1
 
2
  from typing import List, Tuple
3
- from shapely.geometry import Polygon
4
  from pyproj import Geod
5
 
6
 
 
1
 
2
  from typing import List, Tuple
 
3
  from pyproj import Geod
4
 
5