expression_skip_magic_trailing_comma.diff
This commit is contained in:
parent
e44aa092f2
commit
c4c7072c60
@ -144,8 +144,9 @@
|
|||||||
-tuple[
|
-tuple[
|
||||||
- str, int, float, dict[str, int]
|
- str, int, float, dict[str, int]
|
||||||
-]
|
-]
|
||||||
|
-tuple[str, int, float, dict[str, int],]
|
||||||
|
+tuple[str, int, float, dict[str, int]]
|
||||||
+tuple[str, int, float, dict[str, int]]
|
+tuple[str, int, float, dict[str, int]]
|
||||||
tuple[str, int, float, dict[str, int],]
|
|
||||||
very_long_variable_name_filters: t.List[
|
very_long_variable_name_filters: t.List[
|
||||||
t.Tuple[str, t.Union[str, t.List[t.Optional[str]]]],
|
t.Tuple[str, t.Union[str, t.List[t.Optional[str]]]],
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user