Skip to content

Commit

Permalink
Updated settings source
Browse files Browse the repository at this point in the history
  • Loading branch information
mtravis committed Nov 4, 2023
1 parent ce0bc83 commit 9d488c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_buildings/download_buildings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from shapely.geometry import mapping
import shutil
import osmnx
from settings import Source, Format, settings
from open_buildings.settings import Source, Format, settings

def geojson_to_quadkey(data: dict) -> str:
if 'bbox' in data:
Expand Down

0 comments on commit 9d488c6

Please sign in to comment.