Skip to content

Commit 462b922

Browse files
committed
fix: rename charm class
1 parent 6243ed5 commit 462b922

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

charm/src/charm.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
logger = logging.getLogger(__name__)
1313

1414

15-
class CharmCharm(paas_charm.flask.Charm):
15+
class SnapcraftCharm(paas_charm.flask.Charm):
1616
"""Flask Charm service."""
1717

1818
def __init__(self, *args: typing.Any) -> None:
@@ -25,4 +25,5 @@ def __init__(self, *args: typing.Any) -> None:
2525

2626

2727
if __name__ == "__main__":
28-
ops.main(CharmCharm)
28+
ops.main(SnapcraftCharm)
29+

0 commit comments

Comments
 (0)