You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #594 I had to put back code that relies on errors for importing the async client. If iohttp is not available, an exception is raised and the async client is not imported.
What solution would you like?
A more reliable way to check for iohttp. There could be other errors during loading which are currently being lumped together. This potentially hides real bugs.
What alternatives have you considered?
Do nothing.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
In #594 I had to put back code that relies on errors for importing the async client. If
iohttp
is not available, an exception is raised and the async client is not imported.What solution would you like?
A more reliable way to check for iohttp. There could be other errors during loading which are currently being lumped together. This potentially hides real bugs.
What alternatives have you considered?
Do nothing.
The text was updated successfully, but these errors were encountered: