Skip to content

Commit 658ac3b

Browse files
committed
Docstring.
1 parent f02e3c3 commit 658ac3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/state.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,11 @@ def is_active(self) -> bool:
189189

190190
@property
191191
def cassandra_password_secret(self) -> str:
192-
"""TODO."""
192+
"""Password of `cassandra` system user."""
193193
return self.relation_data.get("cassandra-password", "")
194194

195195
@cassandra_password_secret.setter
196196
def cassandra_password_secret(self, value: str) -> None:
197-
"""TODO."""
198197
self._field_setter_wrapper("cassandra-password", value)
199198

200199

0 commit comments

Comments
 (0)