Skip to content

Commit 4c829c9

Browse files
committed
fix: linting
1 parent e1da9fc commit 4c829c9

File tree

1 file changed

+1
-1
lines changed
  • src/sagemaker/jumpstart/curated_hub/sync

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/curated_hub/sync/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _determine_files_to_copy(self) -> Generator[FileInfo, FileInfo, FileInfo]:
134134

135135
# Past the src file alphabetically in dest file list.
136136
# Take the src file and increment src_files.
137-
# If there is an alpha-larger file name in dest as compared to src,
137+
# If there is an alpha-larger file name in dest as compared to src,
138138
# it means there is an
139139
# unexpected file in dest. Do nothing and continue to the next src_file
140140
if self._is_alphabetically_earlier_file_name(

0 commit comments

Comments
 (0)