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 e4ca84c commit 41b61bcCopy full SHA for 41b61bc
src/aleph/sdk/client/http.py
@@ -68,7 +68,7 @@ def http_session(self) -> aiohttp.ClientSession:
68
raise Exception(
69
f"{self.__class__.__name__} can only be using within an async context manager.\n\n"
70
"Please use it this way:\n\n"
71
- " async with {self.__class__.__name__}(...) as client:"
+ f" async with {self.__class__.__name__}(...) as client:"
72
)
73
74
return self._http_session
0 commit comments