Skip to content

Commit e1da9fc

Browse files
committed
fix: linting
1 parent b33a63b commit e1da9fc

File tree

1 file changed

+4
-2
lines changed
  • src/sagemaker/jumpstart/curated_hub/sync

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ def _determine_files_to_copy(self) -> Generator[FileInfo, FileInfo, FileInfo]:
132132
dest_done = True
133133
continue
134134

135-
# Past the src file alphabetically in dest file list. Take the src file and increment src_files.
136-
# If there is an alpha-larger file name in dest as compared to src, it means there is an
135+
# Past the src file alphabetically in dest file list.
136+
# Take the src file and increment src_files.
137+
# If there is an alpha-larger file name in dest as compared to src,
138+
# it means there is an
137139
# unexpected file in dest. Do nothing and continue to the next src_file
138140
if self._is_alphabetically_earlier_file_name(
139141
src_file.location.key, dest_file.location.key

0 commit comments

Comments
 (0)