Skip to content

Commit

Permalink
refactor: apply refurb suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Jan 2, 2024
1 parent 1ffdf78 commit eeb477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quackosm/pbf_file_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def _save_parquet_file_with_geometry(
fix_geometries: bool = False,
) -> "duckdb.DuckDBPyRelation":
if not fix_geometries:
with TaskProgressSpinner(step_name, str(step_number)):
with TaskProgressSpinner(step_name, step_number):
self.connection.sql(f"""
COPY (
SELECT
Expand Down

0 comments on commit eeb477c

Please sign in to comment.