Skip to content

Commit 4c4275c

Browse files
committed
Lint
1 parent e2394ad commit 4c4275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/planning/tascomi_api_ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_requests(last_import_date, resource, database):
179179
f"--retry_failure_from_previous_import value must be recognised as a bool, received: {retry_arg_value}.")
180180

181181
if not last_import_date:
182-
logger.info(f"Retrieving full load of data")
182+
logger.info("Retrieving full load of data")
183183
return get_requests_for_full_load(resource)
184184
if retry_failures:
185185
logger.info(f"Getting failed requests from import on date {last_import_date}")

0 commit comments

Comments
 (0)