Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
geeli123 committed Nov 20, 2024
1 parent a3eeb31 commit 0839b7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/normalize/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,10 @@ def parse_files(s3, s3_fs, source_prefix, destination_prefix, start_date, state_

if not global_data_written:
LOGGER.warning(
f"No new data written - is this expected?"
"No new data written - is this expected?"
)


@click.command()
@click.option("-f", "--feed_id", required=True, type=str, help="feed ID to be scraped")
@click.option(
Expand Down

0 comments on commit 0839b7d

Please sign in to comment.