Skip to content

Commit 8679809

Browse files
committed
📦 Fix pep517_backend typing under Python 3.9
1 parent fed800d commit 8679809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pep517_backend/_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
)
7575

7676

77-
_ConfigDict = dict[str, str | list[str] | None]
77+
_ConfigDict: _t.TypeAlias = 'dict[str, str | list[str] | None]'
7878

7979

8080
CYTHON_TRACING_CONFIG_SETTING = 'with-cython-tracing' # noqa: WPS462

0 commit comments

Comments
 (0)