Skip to content

Commit

Permalink
fix docstring for get_account_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
tkukushkin committed Mar 17, 2024
1 parent 3dd4c01 commit 9e6831b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aioacme/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ async def change_key(self, new_account_key: PrivateKeyTypes) -> None:
async def get_account_uri(self) -> str:
"""
Get current account URI.
:return: URI.
"""
if self._account_uri is None:
Expand Down

0 comments on commit 9e6831b

Please sign in to comment.