Skip to content

Commit 3a1d35c

Browse files
committed
Run black
1 parent 1d627b6 commit 3a1d35c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_argumentgroups.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ def test_argument_groups(self):
167167
class Opt:
168168
arga1: int = field(metadata={"group": title_a})
169169
arga2: int = field(metadata={"group": title_a})
170-
argb: int = field(metadata={"group": {"title": title_b, "description": descr_b}})
170+
argb: int = field(
171+
metadata={"group": {"title": title_b, "description": descr_b}}
172+
)
171173
argc: int = field(metadata={"group": (title_c, descr_c)})
172174
argd: int = field(metadata={"group": ()})
173175
arge: int = field(metadata={"group": ()})

0 commit comments

Comments
 (0)