Skip to content

Commit 4a941c1

Browse files
committed
Add NotRequired type from typing_extensions for type hinting
1 parent f96d910 commit 4a941c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_files/vscode_pytest/__init__.py

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

2424
import pytest
25-
from typing_extensions import NotRequired
25+
2626

2727
if TYPE_CHECKING:
2828
from pluggy import Result
29+
from typing_extensions import NotRequired
2930

3031
USES_PYTEST_DESCRIBE = False
3132

0 commit comments

Comments
 (0)