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 4fb0254 commit b477c95Copy full SHA for b477c95
interactions/api/gateway/client.py
@@ -378,7 +378,7 @@ def __contextualize(self, data: dict) -> object:
378
_context = "ComponentContext"
379
380
data["client"] = self._http
381
- context: object = getattr(__import__("interactions.context"), _context)
+ context: object = getattr(__import__("interactions.client.context"), _context)
382
383
return context(**data)
384
0 commit comments