Skip to content

Commit 4a43eae

Browse files
committed
Fix black linting errors
1 parent 00dacde commit 4a43eae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rsconnect/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def make_html_manifest(
635635
"appmode": "static",
636636
"primary_html": filename,
637637
},
638-
}
638+
} # type: typing.Dict[str, typing.Any]
639639

640640
if image or env_management_py is not None or env_management_r is not None:
641641
manifest["environment"] = {}

rsconnect/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ def runtime_environment_args(func):
261261
@click.option(
262262
"--image",
263263
"-I",
264-
help="Target image to be used during content build and execution. This option is only applicable if the Connect "
265-
"server is configured to use off-host execution.",
264+
help="Target image to be used during content build and execution. "
265+
"This option is only applicable if the Connect server is configured to use off-host execution.",
266266
)
267267
@click.option(
268268
"--disable-env-management",

0 commit comments

Comments
 (0)