Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 6, 2024
1 parent 88f9685 commit 5dee662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from itertools import chain

import extra_platforms
from extra_platforms import (
from extra_platforms import ( # type: ignore[attr-defined]
is_any_windows,
is_linux,
is_macos,
Expand Down

0 comments on commit 5dee662

Please sign in to comment.