Skip to content

Commit c38a786

Browse files
rm unecc comment
1 parent c00fff4 commit c38a786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def test_is_absolute_href_os_aware(self) -> None:
252252
def test_is_absolute_href_windows(self) -> None:
253253
# Test cases of (href, expected)
254254

255-
# Further nuanced cases for Windows.
256255
test_cases = [
257256
("item.json", False),
258257
(".\\item.json", False),

0 commit comments

Comments
 (0)