Skip to content

Commit 6ba9f1c

Browse files
committed
Remove typo
1 parent 4e1937f commit 6ba9f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_source_dirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from tests.integ import DATA_DIR, PYTHON_VERSION
1919

2020

21-
def test_source_dirs(sagemaker_session, tmpdir, sagemaker_local_session):
21+
def test_source_dirs(tmpdir, sagemaker_local_session):
2222
source_dir = os.path.join(DATA_DIR, 'pytorch_source_dirs')
2323
lib = os.path.join(str(tmpdir), 'alexa.py')
2424

0 commit comments

Comments
 (0)