From e117f6e9adc10040bbe8fde7c2259749184632d8 Mon Sep 17 00:00:00 2001 From: "CHIH-HAO, CHUANG" Date: Tue, 11 Jun 2024 11:08:44 +0800 Subject: [PATCH] Fix import error again and again. --- backend/api/routers/ticket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/routers/ticket.py b/backend/api/routers/ticket.py index f257cec..4e08f7a 100644 --- a/backend/api/routers/ticket.py +++ b/backend/api/routers/ticket.py @@ -22,7 +22,7 @@ from config import DATA_DIR, SINGLE_FILE_SIZE from discord_oauth import ( - DiscordUser, + DiscordUserBase, JWTData, StorageData, )