From e56d31fedcf903a060f3dc61a0901f8e7ef47ed8 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Sun, 30 Jun 2024 11:50:26 +0800 Subject: [PATCH] fix exception --- app/schemas/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/schemas/__init__.py b/app/schemas/__init__.py index eb421d1b..cae4e8c1 100644 --- a/app/schemas/__init__.py +++ b/app/schemas/__init__.py @@ -15,3 +15,4 @@ from .tmdb import * from .transfer import * from .file import * from .filetransfer import * +from .exception import *