Fix formatting of test_pyintegration.py

pull/214/head
Matthijs van der Burgh 4 years ago committed by Ashley Whetter
parent 7e79a1b9f7
commit 8565616f98

@ -239,7 +239,10 @@ class TestPositionalOnlyArgumentsModule(object):
"f_annotation(a: int, b: int, /, c: Optional[int], d: Optional[int], *, e: float, f: float)"
in example_file
)
assert "f_arg_comment(a: int, b: int, /, c: Optional[int], d: Optional[int], *, e: float, f: float)" in example_file
assert (
"f_arg_comment(a: int, b: int, /, c: Optional[int], d: Optional[int], *, e: float, f: float)"
in example_file
)
assert "f_no_cd(a: int, b: int, /, *, e: float, f: float)" in example_file

Loading…
Cancel
Save