Skip to content

Commit ee314c3

Browse files
committed
Lint fix
1 parent fd89830 commit ee314c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

juju/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,11 @@ def get_local_charm_base(series, channel_from_arg, charm_metadata,
383383

384384
return baseCls(channel_for_base, os_name_for_base)
385385

386+
386387
def base_channel_to_series(channel):
387-
"""
388+
"""Returns the series string using the track inside the base channel
388389
389390
:param str channel: is track/risk (e.g. 20.04/stable)
390391
:return: str series (e.g. focal)
391392
"""
392-
return get_version_series(origin.Channel.parse(channel).track)
393+
return get_version_series(origin.Channel.parse(channel).track)

0 commit comments

Comments
 (0)