Skip to content

Commit

Permalink
Update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Dec 8, 2023
1 parent ebd89f0 commit dfe5a2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion sagemaker_shim/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from pydantic import BaseModel, ConfigDict, field_validator

from sagemaker_shim.exceptions import ZipExtractionError
from sagemaker_shim.extract import safe_extract
from sagemaker_shim.logging import STDOUT_LEVEL
from sagemaker_shim.utils import safe_extract

if TYPE_CHECKING:
from mypy_boto3_s3 import S3Client # pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py → tests/test_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest

from sagemaker_shim.exceptions import ZipExtractionError
from sagemaker_shim.utils import safe_extract
from sagemaker_shim.extract import safe_extract


def test_extract_with_dodgy_file(tmp_path):
Expand Down

0 comments on commit dfe5a2a

Please sign in to comment.