Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobaseki committed Jun 6, 2024
1 parent 73eea1b commit 42044de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def process_import_function(event, context):
logger.error(f"Error downloading file: {e}")
all_files.remove(filedir)
continue
# Process imports for all files per jurisdiction in a batch
# Process imports for all files per jurisdiction in a batch
for abbreviation, juris in unique_jurisdictions.items():
logger.info(f"importing {juris['id']}...")

Expand Down

0 comments on commit 42044de

Please sign in to comment.