Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasParistech committed Nov 17, 2024
1 parent 8f1bbf7 commit 9347fa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pretty_gpx/rendering_modes/city/data/city_pois.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
from pretty_gpx.common.gpx.gpx_distance import get_pairwise_distance_m
from pretty_gpx.common.gpx.gpx_distance import ListLonLat
from pretty_gpx.common.gpx.gpx_track import GpxTrack
from pretty_gpx.common.layout.paper_size import PAPER_SIZES
from pretty_gpx.common.utils.pickle_io import read_pickle
from pretty_gpx.common.utils.pickle_io import write_pickle
from pretty_gpx.common.utils.profile import profile
from pretty_gpx.common.utils.profile import Profiling
from pretty_gpx.rendering_modes.city.drawing.city_drawer import CityDrawingInputs

CITY_POINTS_OF_INTEREST_CACHE = GpxDataCacheHandler(name='city_pois', extension='.pkl')

Expand Down

0 comments on commit 9347fa5

Please sign in to comment.