Skip to content

Commit 946a613

Browse files
committed
chore(charm): update charm object docstring
1 parent b25568d commit 946a613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/charm/src/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class HardwareApiConfig(pydantic.BaseModel):
2626

2727

2828
class HardwareApiCharm(ops.CharmBase):
29-
"""Charm the service."""
29+
"""Hardware API Charm."""
3030

3131
def __init__(self, *args):
3232
super().__init__(*args)

0 commit comments

Comments
 (0)