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
Upon looking at the REPL code:
(1) All of the packages imported have the same name as the import so there's no confusion (e.g. between aiohttp/web)
(2) the server and client modules are not loaded until they are used, so the ModuleNotFoundError appears at usage.
Therefore, there's no need to improve the error messages.
Originally posted by @janiversen in #1831 (review)
The text was updated successfully, but these errors were encountered: