Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fwertel committed Jan 26, 2024
1 parent cbc6543 commit f0cbccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streaming/base/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def _merge_index_from_list(index_file_urls: Sequence[Union[str, Tuple[str, str]]
if not keep_local:
shutil.rmtree(cu.local, ignore_errors=True)


def _not_merged_index(index_file_path: str, out: str):
"""Check if index_file_path is the merged index at folder out.
Expand Down

0 comments on commit f0cbccb

Please sign in to comment.