mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Update async_security_handler_factory.py (#1320)
Remove unused aiohttp in async_security_handler_factory.py
This commit is contained in:
@@ -3,8 +3,6 @@ import asyncio
|
|||||||
import functools
|
import functools
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import aiohttp
|
|
||||||
|
|
||||||
from ..exceptions import OAuthProblem, OAuthResponseProblem, OAuthScopeProblem
|
from ..exceptions import OAuthProblem, OAuthResponseProblem, OAuthScopeProblem
|
||||||
from .security_handler_factory import AbstractSecurityHandlerFactory
|
from .security_handler_factory import AbstractSecurityHandlerFactory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user