diff --git a/api/routes.py b/api/routes.py index a49d030..2947097 100644 --- a/api/routes.py +++ b/api/routes.py @@ -15,7 +15,6 @@ from utils import logger from api.schemas import ParserOneRequest, Parserall, Source, DownloadRange from parsers import start_pars_one_istochnik, start_pars_two_istochnik, start_pars_all_istochnik import work_parser as wp -import parser_bd as pbd def setup_routes(app: FastAPI) -> None: