We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefd4af commit cf7cad5Copy full SHA for cf7cad5
libs/aries-basic-controller/aries_basic_controller/controllers/multitenant.py
@@ -1,7 +1,7 @@
1
# For usage please consult https://github.com/hyperledger/aries-cloudagent-python/blob/main/Mediation.md
2
3
from .base import BaseController
4
-from aiohttp import ClientSession, ClientRequest
+from aiohttp import ClientSession
5
import logging
6
from typing import List
7
0 commit comments