fix(event): failed to find name User

This commit is contained in:
MingxuanGame
2025-08-12 16:06:27 +00:00
parent b5afbed36c
commit f274ba15b9
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from datetime import UTC, datetime
from enum import Enum
import json
@@ -16,7 +14,7 @@ from sqlmodel import (
)
if TYPE_CHECKING:
from app.database.lazer_user import User
from .lazer_user import User
class EventType(str, Enum):