Skip to content

Commit 300ba5d

Browse files
committed
Cleanup for application refresh with resources
1 parent f86e956 commit 300ba5d

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

juju/application.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,6 @@ async def refresh(
686686
force_units, path or switch, resources)
687687
return
688688

689-
if resources is not None:
690-
raise NotImplementedError("resources option is not implemented")
691-
692689
# If switch is not None at this point, that means it's a switch to a store charm
693690
charm_url = switch or charm_url_origin_result.url
694691
parsed_url = URL.parse(charm_url)

juju/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ def base_channel_to_series(channel):
421421
return get_version_series(origin.Channel.parse(channel).track)
422422

423423

424-
<<<<<<< HEAD
425424
def parse_base_arg(base):
426425
"""Parses a given base into a Client.Base object
427426
:param base str : The base to deploy a charm (e.g. ubuntu@22.04)

0 commit comments

Comments
 (0)