fix import

This commit is contained in:
jxxghp
2025-02-26 21:13:41 +08:00
parent e3d4b19dac
commit 4a42b0d000
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from app.actions import BaseAction
from app.schemas import ActionParams, ActionContext
from log import logger
from app.log import logger
class FetchDownloadsParams(ActionParams):