Skip to content

Commit

Permalink
Cleanup for application refresh with resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Oct 24, 2023
1 parent 465ac45 commit b7a13f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions juju/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,6 @@ async def refresh(
force_units, path, resources)
return

if resources is not None:
raise NotImplementedError("resources option is not implemented")

parsed_url = URL.parse(charm_url)
charm_name = parsed_url.name

Expand Down
1 change: 0 additions & 1 deletion juju/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ def base_channel_to_series(channel):
return get_version_series(origin.Channel.parse(channel).track)


<<<<<<< HEAD
def parse_base_arg(base):
"""Parses a given base into a Client.Base object
:param base str : The base to deploy a charm (e.g. [email protected])
Expand Down

0 comments on commit b7a13f2

Please sign in to comment.