Skip to content

Commit d2384ed

Browse files
docs: Fix forward reference in docs check
1 parent 562907e commit d2384ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
ConfigSettings = typing.Mapping[str, typing.Union[str, typing.Sequence[str]]]
88
Distribution = typing.Literal['sdist', 'wheel', 'editable']
9-
StrPath = typing.Union[str, 'os.PathLike[str]']
9+
StrPath = typing.Union[str, os.PathLike[str]]
1010
SubprocessRunner = typing.Callable[
1111
[typing.Sequence[str], typing.Optional[str], typing.Optional[typing.Mapping[str, str]]], None
1212
]

0 commit comments

Comments
 (0)