Skip to content

Commit 9246e06

Browse files
committed
Load package before it is used
1 parent da34cdf commit 9246e06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schimpy/convert_linestrings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from schimpy.util.yaml_load import yaml_from_file
1010
from shapely.geometry import LineString, mapping
1111
import click
12+
import geopandas as gpd
1213

1314
schema = {
1415
"geometry": "LineString",

0 commit comments

Comments
 (0)