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
There was a bug in idom.run because we failed to update an import after a name change.
Proposed Actions
We used import_module("idom.backend.default") presumably because it was syntactically convenient to write this. Instead we should just do an actual import:
ifnotimplementation: # pragma: no coverfromidom.backendimportdefaultasimplementation
The text was updated successfully, but these errors were encountered:
Current Situation
There was a bug in
idom.run
because we failed to update an import after a name change.Proposed Actions
We used
import_module("idom.backend.default")
presumably because it was syntactically convenient to write this. Instead we should just do an actual import:The text was updated successfully, but these errors were encountered: