Skip to content

Commit a039b99

Browse files
committed
style: Reformat
1 parent d7c43fc commit a039b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/parser/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def response_type(self) -> str:
417417
return f"Union[{', '.join(types)}]"
418418

419419
def all_parameters(self) -> Iterator[Property]:
420-
"""Iterate through all the parameters of this endpoint """
420+
"""Iterate through all the parameters of this endpoint"""
421421
yield from self.path_parameters.values()
422422
yield from self.query_parameters.values()
423423
yield from self.header_parameters.values()

0 commit comments

Comments
 (0)