Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Apr 29, 2024
1 parent a572e21 commit 316867e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def migrate(dryrun: bool = False):
else:
pass
stations.append(row)
if len(stations)>0:
if len(stations) > 0:
if dryrun:
LOGGER.info(
f"dryrun == True, writing updated {station_file} to stdout")
Expand Down

0 comments on commit 316867e

Please sign in to comment.