Skip to content

Commit

Permalink
make upload_model_to_zenodo.py not fail in import
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 21, 2024
1 parent a0b17b7 commit 66c5c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/upload_model_to_zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

import requests
import spdx_license_list
from conclude import update_status
from loguru import logger
from packaging.version import parse as parse_version
from ruyaml import YAML
from utils.s3_client import create_client, version_from_resource_path_or_s3

# from utils.s3_client import create_client, version_from_resource_path_or_s3

yaml = YAML(typ="safe")

Expand Down

0 comments on commit 66c5c53

Please sign in to comment.