Module wiring does improper import of modules when looks for injection markers using packages=[] option. This caused multiple imports of the same module.
Here is user's comment on this:
Hi @rmk135, thank u so much for support.
I've another issue. QA's class constructor requires a string:
if I create a new QA object in main method everything goes fine, but using 'BotDependencyFactory' they return this error that is like config wasn't wired:
Module
wiring
does improper import of modules when looks for injection markers usingpackages=[]
option. This caused multiple imports of the same module.Here is user's comment on this:
Hi @rmk135, thank u so much for support.
I've another issue. QA's class constructor requires a string:
if I create a new QA object in main method everything goes fine, but using 'BotDependencyFactory' they return this error that is like config wasn't wired:
Originally posted by @iskorini in #313 (comment)
The text was updated successfully, but these errors were encountered: