Skip to content

Commit

Permalink
fix: Remove extraneous timer.stop()
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Oct 20, 2023
1 parent a153179 commit 35ab100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osm_rawdata/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ def importParquet(
executor.shutdown()
timer.stop()

timer.stop()

def importGeoJson(
self,
infile: str,
Expand Down

0 comments on commit 35ab100

Please sign in to comment.