Skip to content

Commit 2903f39

Browse files
committed
style: fix linting errors
1 parent 051c502 commit 2903f39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/integ/test_processing.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,11 @@ def test_script_processor(sagemaker_session, image_uri, cpu_instance_type, outpu
455455

456456

457457
@pytest.mark.release
458-
def test_script_processor_with_source_dir(sagemaker_session, image_uri, cpu_instance_type, output_kms_key):
458+
def test_script_processor_with_source_dir(
459+
sagemaker_session, image_uri, cpu_instance_type, output_kms_key
460+
):
459461
input_file_path = os.path.join(DATA_DIR, "dummy_input.txt")
460-
source_dir=os.path.join(DATA_DIR, "dummy_code_bundle_no_reqs")
462+
source_dir = os.path.join(DATA_DIR, "dummy_code_bundle_no_reqs")
461463

462464
script_processor = ScriptProcessor(
463465
role=ROLE,

0 commit comments

Comments
 (0)