Skip to content

Commit cf7cad5

Browse files
committed
Remove redundant dependency
1 parent eefd4af commit cf7cad5

File tree

1 file changed

+1
-1
lines changed
  • libs/aries-basic-controller/aries_basic_controller/controllers

1 file changed

+1
-1
lines changed

libs/aries-basic-controller/aries_basic_controller/controllers/multitenant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For usage please consult https://github.com/hyperledger/aries-cloudagent-python/blob/main/Mediation.md
22

33
from .base import BaseController
4-
from aiohttp import ClientSession, ClientRequest
4+
from aiohttp import ClientSession
55
import logging
66
from typing import List
77

0 commit comments

Comments
 (0)