From 63eb088dbd4e8aed9181b7cb0ed878d6fed0a9e5 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 28 Jan 2026 20:31:33 +0000 Subject: [PATCH] Cleanup --- paskia/db/jsonl.py | 2 -- paskia/fastapi/reset.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/paskia/db/jsonl.py b/paskia/db/jsonl.py index e218b59..6b2d7c2 100644 --- a/paskia/db/jsonl.py +++ b/paskia/db/jsonl.py @@ -2,8 +2,6 @@ JSONL persistence layer for the database. """ -from __future__ import annotations - import copy import json import logging diff --git a/paskia/fastapi/reset.py b/paskia/fastapi/reset.py index 0ad473d..f02f213 100644 --- a/paskia/fastapi/reset.py +++ b/paskia/fastapi/reset.py @@ -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. """ -from __future__ import annotations - import asyncio from uuid import UUID