Skip to content

Commit 26fd006

Browse files
committed
typing and formatting
1 parent 0d7a230 commit 26fd006

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
@@ -16,11 +16,11 @@
1616
Dict,
1717
Generator,
1818
Literal,
19-
NotRequired,
2019
Protocol,
2120
TypedDict,
2221
cast,
2322
)
23+
from typing_extensions import NotRequired
2424

2525
import pytest
2626

0 commit comments

Comments
 (0)