Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeynesYouDigIt committed Nov 16, 2024
1 parent 322308e commit 6aba9a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def test_is_absolute_href(self) -> None:
("item.json", False),
("./item.json", False),
("../item.json", False),

# https://docs.python.org/3/library/os.path.html#os.path.isabs
# Windows requires a drive name.
("/item.json", os.name != "nt"),
Expand Down

0 comments on commit 6aba9a7

Please sign in to comment.