Skip to content

Commit d02c572

Browse files
committed
fixup
1 parent f440df1 commit d02c572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_ext_autodoc/test_ext_autodoc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import itertools
1010
import logging
11+
import pathlib
1112
import sys
1213
from typing import TYPE_CHECKING
1314
from warnings import catch_warnings
@@ -2681,7 +2682,7 @@ def test_autodoc_pep695_type_alias(app):
26812682
'',
26822683
'.. py:data:: pathlike',
26832684
' :module: target.pep695',
2684-
' :value: str | pathlib._local.Path',
2685+
f' :value: str | {pathlib.Path.__module__}.Path',
26852686
'',
26862687
' Any type of path',
26872688
'',

0 commit comments

Comments
 (0)