mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 05:12:10 +08:00
black: enable skip_magic_trailing_comma (#5252)
* black: enable skip_magic_trailing_comma * Remove spurious commas
This commit is contained in:
@@ -104,17 +104,7 @@ OpenTextModeUpdating = Literal[
|
||||
"t+x",
|
||||
"+tx",
|
||||
]
|
||||
OpenTextModeWriting = Literal[
|
||||
"w",
|
||||
"wt",
|
||||
"tw",
|
||||
"a",
|
||||
"at",
|
||||
"ta",
|
||||
"x",
|
||||
"xt",
|
||||
"tx",
|
||||
]
|
||||
OpenTextModeWriting = Literal["w", "wt", "tw", "a", "at", "ta", "x", "xt", "tx"]
|
||||
OpenTextModeReading = Literal["r", "rt", "tr", "U", "rU", "Ur", "rtU", "rUt", "Urt", "trU", "tUr", "Utr"]
|
||||
OpenTextMode = Union[OpenTextModeUpdating, OpenTextModeWriting, OpenTextModeReading]
|
||||
OpenBinaryModeUpdating = Literal[
|
||||
|
||||
Reference in New Issue
Block a user