Skip to content

Commit a33f150

Browse files
authored
Add NotRequired type from typing_extensions for type hinting (#25613)
fixes #25600
1 parent f96d910 commit a33f150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_files/vscode_pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
)
2323

2424
import pytest
25-
from typing_extensions import NotRequired
2625

2726
if TYPE_CHECKING:
2827
from pluggy import Result
28+
from typing_extensions import NotRequired
2929

3030
USES_PYTEST_DESCRIBE = False
3131

0 commit comments

Comments
 (0)