Skip to content

Commit

Permalink
add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Oct 17, 2023
1 parent e13d2f7 commit 46896f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _unit_workload_versions(self) -> dict[str, str]:

@property
@abc.abstractmethod
def _app_workload_version(self):
def _app_workload_version(self) -> str:
"""Unique identifier for the app's workload version
This should match the workload version in the current Juju app charm version.
Expand Down

0 comments on commit 46896f8

Please sign in to comment.