This commit is contained in:
2026-01-28 20:31:33 +00:00
parent e88cc004dd
commit 63eb088dbd
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -2,8 +2,6 @@
JSONL persistence layer for the database. JSONL persistence layer for the database.
""" """
from __future__ import annotations
import copy import copy
import json import json
import logging import logging
-2
View File
@@ -10,8 +10,6 @@ display name. If multiple users match, they are listed and the command
aborts. A new one-time reset link is always created. aborts. A new one-time reset link is always created.
""" """
from __future__ import annotations
import asyncio import asyncio
from uuid import UUID from uuid import UUID