Skip to content

Commit ce93eae

Browse files
committed
update with Black changes
1 parent c68ce0b commit ce93eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi_python_client/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def update(
159159
meta: MetaType = _meta_option,
160160
file_encoding: str = typer.Option("utf-8", help="Encoding used when writing generated"),
161161
config_path: Optional[pathlib.Path] = CONFIG_OPTION,
162-
fail_on_warning: bool = False
162+
fail_on_warning: bool = False,
163163
) -> None:
164164
"""Update an existing OpenAPI Client library
165165
@@ -188,6 +188,6 @@ def update(
188188
meta=meta,
189189
custom_template_path=custom_template_path,
190190
file_encoding=file_encoding,
191-
config=config
191+
config=config,
192192
)
193193
handle_errors(errors, fail_on_warning)

0 commit comments

Comments
 (0)