Skip to content

Commit 656757e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 3d235f3 commit 656757e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_typeshed/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from os import PathLike
1010
from typing import AbstractSet, Any, Container, Generic, Iterable, Protocol, TypeVar, Union
1111
from typing_extensions import Final, Literal, final
1212

13-
_WU = TypeVar('_WU')
13+
_WU = TypeVar("_WU")
1414

1515
class WeakUnion(Generic[_WU], Any):
1616
"""

0 commit comments

Comments
 (0)