expression_skip_magic_trailing_comma.diff

This commit is contained in:
Jelle Zijlstra 2022-12-10 09:01:02 -08:00
parent e44aa092f2
commit c4c7072c60

View File

@ -144,8 +144,9 @@
-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[
t.Tuple[str, t.Union[str, t.List[t.Optional[str]]]],
]