Skip to content

Commit

Permalink
Update async_security_handler_factory.py (#1320)
Browse files Browse the repository at this point in the history
Remove unused aiohttp in async_security_handler_factory.py
  • Loading branch information
kigawas committed Jun 24, 2021
1 parent 2a2cada commit 68502a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connexion/security/async_security_handler_factory.py
Expand Up @@ -3,8 +3,6 @@
import functools
import logging

import aiohttp

from ..exceptions import OAuthProblem, OAuthResponseProblem, OAuthScopeProblem
from .security_handler_factory import AbstractSecurityHandlerFactory

Expand Down

0 comments on commit 68502a8

Please sign in to comment.