Skip to content

Commit e6a6c61

Browse files
committed
Updated pr.
1 parent ba63293 commit e6a6c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ads/jobs/builders/infrastructure/dsc_job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,13 +843,13 @@ class DataScienceJob(Infrastructure):
843843
# Minimum/Default block storage size is 50 (GB).
844844
.with_block_storage_size(50)
845845
# A list of file systems to be mounted
846-
.with_storage_mount([
846+
.with_storage_mount(
847847
DSCFileStorage(
848848
destination_directory_name="test_mount",
849849
mount_target="test_mount_target",
850850
export_path="test_export_path"
851851
),
852-
])
852+
)
853853
)
854854
855855
"""

0 commit comments

Comments
 (0)