diff --git a/scripts/prefect_scripts/my_gh_sample_transfer_workflow.py b/scripts/prefect_scripts/my_gh_sample_transfer_workflow.py index 1dd5e161..99342ec1 100644 --- a/scripts/prefect_scripts/my_gh_sample_transfer_workflow.py +++ b/scripts/prefect_scripts/my_gh_sample_transfer_workflow.py @@ -73,7 +73,5 @@ async def move_sample( source_name=source_name, destination_link=destination_link, destination_name=destination_name, - ) # type: ignore + ) ) - - 1 + 1 diff --git a/src/ac_training_lab/openflexure/huggingface/requirements copy.txt b/src/ac_training_lab/openflexure/huggingface/requirements copy.txt deleted file mode 100644 index b743d2b3..00000000 --- a/src/ac_training_lab/openflexure/huggingface/requirements copy.txt +++ /dev/null @@ -1,5 +0,0 @@ -paho-mqtt -Pillow -pymongo -requests -streamlit