Skip to content

Commit

Permalink
Import Never from typing_extensions, not typing
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Dec 21, 2024
1 parent 667a82a commit 2b56cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ from typing import (
Iterable,
Iterator,
Literal,
Never,
overload,
)

Expand All @@ -36,6 +35,7 @@ else:
_has_grp = True
del _grp

from typing_extensions import Never
from _typeshed import (
ExcInfo,
FileDescriptorOrPath,
Expand Down

0 comments on commit 2b56cd5

Please sign in to comment.