Skip to content

Commit

Permalink
Ignore type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 10, 2024
1 parent 14f6e30 commit 717799b
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 @@ -70,7 +70,7 @@ def save_ids(**kwargs) -> str:
kind = kwargs.get("kind")

if not data:
return ""
return # type: ignore

data_path = (
Path(airflow) / f"data-export-files/{vendor}/instanceids/{kind}/{filestamp}.csv"
Expand Down

0 comments on commit 717799b

Please sign in to comment.