From 051450d20282d1fff35342baeb95196377a7c64e Mon Sep 17 00:00:00 2001 From: harold Date: Mon, 21 Apr 2025 17:03:53 +0500 Subject: [PATCH] add fix --- telegram-application/src/core/database/prompt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/telegram-application/src/core/database/prompt.py b/telegram-application/src/core/database/prompt.py index 3e80eaa..9c4c2b6 100644 --- a/telegram-application/src/core/database/prompt.py +++ b/telegram-application/src/core/database/prompt.py @@ -1,5 +1,4 @@ from datetime import datetime -from typing import TYPE_CHECKING from sqlalchemy import func from sqlalchemy.orm import Mapped, mapped_column