Skip to content

Commit 6b84929

Browse files
author
Yasen Trahnov
committed
black
1 parent 6b05e41 commit 6b84929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pulp-glue-console/pulp_glue/console/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ class PulpConsoleRepositoryContext(PulpRepositoryContext):
8383
# For example:
8484
# def import_content(self, href: str, artifact: str, ...) -> Any:
8585
# body = {...}
86-
# return self.pulp_ctx.call("your_import_method_id", parameters={self.HREF: href}, body=body)
86+
# return self.pulp_ctx.call("your_import_method_id", parameters={self.HREF: href}, body=body)

pulpcore/cli/console/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def remote(ctx: click.Context, pulp_ctx: PulpCLIContext, remote_type: str) -> No
4949
update_command(decorators=[href_option, name_option] + common_remote_update_options)
5050
)
5151
remote.add_command(destroy_command(decorators=[href_option, name_option]))
52-
remote.add_command(label_command())
52+
remote.add_command(label_command())

0 commit comments

Comments
 (0)