We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a2bd4 commit 35754d2Copy full SHA for 35754d2
1 file changed
answer/routes/base.py
@@ -6,6 +6,7 @@
6
sys.path.append("../")
7
8
from auth_lib.fastapi import UnionAuth
9
+
10
from aiogram import Bot, Dispatcher
11
from aiogram.types import Update
12
from fastapi import FastAPI, HTTPException, Request, Depends
0 commit comments