Skip to content

Commit d1a0345

Browse files
author
lohanspies
committed
fix - remove await
1 parent fc5458b commit d1a0345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_cloudcontroller/aries_controller_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __post_init__(self):
5757
if self.api_key:
5858
self.headers.update({"X-API-Key": self.api_key})
5959

60-
self.client_session: ClientSession = await ClientSession(
60+
self.client_session: ClientSession = ClientSession(
6161
headers=self.headers)
6262

6363
# Instantiate controllers

0 commit comments

Comments
 (0)