Skip to content

Commit 2ee4ce1

Browse files
fix: add unit test fixes
1 parent 55011f2 commit 2ee4ce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,8 +1497,6 @@ def format_tags(tags: Tags) -> List[TagsDict]:
14971497
class PythonVersionError(Exception):
14981498
"""Raise when a secure [/patched] version of Python is not used."""
14991499

1500-
pass
1501-
15021500

15031501
def check_tarfile_data_filter_attribute():
15041502
"""Check if tarfile has data_filter utility which has guardrails against untrusted

0 commit comments

Comments
 (0)