|
@@ -1,11 +1,11 @@
|
|
|
import json
|
|
|
import logging
|
|
|
-from typing import Generator
|
|
|
+from collections.abc import Generator
|
|
|
|
|
|
import requests
|
|
|
from flask import request
|
|
|
from flask_restful import Resource, reqparse # type: ignore
|
|
|
-from werkzeug.exceptions import InternalServerError, NotFound, BadRequest
|
|
|
+from werkzeug.exceptions import BadRequest, InternalServerError, NotFound
|
|
|
|
|
|
import services
|
|
|
from controllers.service_api import api
|