mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 11:07:17 +08:00
Use PEP 604 syntax wherever possible, part II (#7514)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from _typeshed import Self, StrPath
|
||||
from typing import Optional
|
||||
|
||||
_Label = tuple[int, Optional[str]]
|
||||
_Label = tuple[int, str | None]
|
||||
_DFA = list[list[tuple[int, int]]]
|
||||
_DFAS = tuple[_DFA, dict[int, int]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user