Skip to content

Commit 56f76be

Browse files
authored
Update tests/test_catalog.py
1 parent c38a786 commit 56f76be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_catalog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ def test_generate_subcatalogs_works_for_subcatalogs_with_same_ids(self) -> None:
838838
assert item_parent is not None
839839
parent_href = item_parent.self_href
840840
path_to_parent, _ = os.path.split(parent_href)
841-
# subcats = [el for el in path_to_parent.split("/") if el]
842841
subcats = list(
843842
Path(path_to_parent).parts[1:]
844843
) # Skip drive letter if present (Windows)

0 commit comments

Comments
 (0)