Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Mar 12, 2024
1 parent 30e41d0 commit a5ae773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsys_airflow/plugins/data_exports/instance_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def fetch_record_ids(**kwargs) -> list:
context = get_current_context()
params = context.get("params", {}) # type: ignore
params = context.get("params", {}) # type: ignore
airflow = kwargs.get("airflow", "/opt/airflow/libsys_airflow")
sql_list = sql_files(params=params, airflow=airflow)
results = []
Expand Down

0 comments on commit a5ae773

Please sign in to comment.