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
Hello folks! I'm just started to learn dependency-injector.
I was following this public template https://github.com/teamhide/fastapi-boilerplate and found that WiringConfiguration can be affect subpackages of designated top level package only if all of paths have init.py.
I understand that from Python 3.6 we don't necessarily need to use init.py not if in some of situation but i believe this might not be one of the those cases.
Hello folks! I'm just started to learn dependency-injector.
I was following this public template https://github.com/teamhide/fastapi-boilerplate and found that WiringConfiguration can be affect subpackages of designated top level package only if all of paths have init.py.
I understand that from Python 3.6 we don't necessarily need to use init.py not if in some of situation but i believe this might not be one of the those cases.
app.container.py
The text was updated successfully, but these errors were encountered: