Change in comments.

This commit is contained in:
anders 2025-12-04 20:58:19 +01:00
parent 5960ff6af3
commit 7832be5fac
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class KeyRecord(BaseModel):
class KeyStore:
"""
Loads keys.json on-demand and supports hot reloading.
Loads keys.json
"""
def __init__(self, path: str):