diff --git a/answer/routes/base.py b/answer/routes/base.py index 0a00393..8164475 100644 --- a/answer/routes/base.py +++ b/answer/routes/base.py @@ -6,6 +6,7 @@ sys.path.append("../") from auth_lib.fastapi import UnionAuth + from aiogram import Bot, Dispatcher from aiogram.types import Update from fastapi import FastAPI, HTTPException, Request, Depends