mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 16:48:27 +08:00
Bump flake8-pyi to 23.11.0 (#10997)
This commit is contained in:
@@ -553,7 +553,7 @@ if sys.version_info >= (3, 10):
|
||||
|
||||
class MatchSingleton(pattern):
|
||||
__match_args__ = ("value",)
|
||||
value: Literal[True, False, None]
|
||||
value: Literal[True, False] | None
|
||||
|
||||
class MatchSequence(pattern):
|
||||
__match_args__ = ("patterns",)
|
||||
|
||||
Reference in New Issue
Block a user