Skip to content

Commit

Permalink
fix: removes unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 committed Oct 23, 2024
1 parent 547b7a4 commit 4d2daa1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/aind_data_transfer_service/configs/csv_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
ModalityConfigs,
)

DEFAULT_CODEOCEAN_CONFIGS = json.loads(
CodeOceanPipelineMonitorConfigs().model_dump_json()
)


def map_csv_row_to_job(row: dict) -> BasicUploadJobConfigs:
"""
Expand Down

0 comments on commit 4d2daa1

Please sign in to comment.