Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
🎨 Black fixes (#186)
Browse files Browse the repository at this point in the history
Co-authored-by: jannesgg <[email protected]>
  • Loading branch information
github-actions[bot] and jannesgg authored Sep 13, 2023
1 parent e690e1b commit 439a817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kso_utils/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def choose_footage(
:return: A path of the folder of interest
"""
if project.server == "AWS":
available_movies_df,_,_ = movie_utils.retrieve_movie_info_from_server(
available_movies_df, _, _ = movie_utils.retrieve_movie_info_from_server(
project=project,
server_connection=server_connection,
db_connection=db_connection,
Expand Down
3 changes: 2 additions & 1 deletion kso_utils/zooniverse_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,8 @@ def check_frames_uploaded(
)
else:
logging.info(
"There are {} frames with the species of interest not uploaded to Zooniverse yet.", len(frames_df)
"There are {} frames with the species of interest not uploaded to Zooniverse yet.",
len(frames_df),
)

else:
Expand Down

0 comments on commit 439a817

Please sign in to comment.