Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 10, 2024
1 parent 1a231f6 commit fbcd7a8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
vendors = json.load(vendor_file)


def upload_data_export_ids(ids_df: pd.DataFrame, vendor: str, kind: str) -> Union[str, None]:
def upload_data_export_ids(
ids_df: pd.DataFrame, vendor: str, kind: str
) -> Union[str, None]:
if len(ids_df.columns) > 1:
raise ValueError("ID file has more than one column.")
tuples = list(ids_df.itertuples(index=False, name=None))
Expand Down

0 comments on commit fbcd7a8

Please sign in to comment.