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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
It's likely my lack of experience as a Python developer but I really got caught out by the relative imports and spent days trying to diagnose issues that were cleaned up immediately by using explicit absolute imports everywhere and by removing the cases of "import *".
Just some feedback.....
The text was updated successfully, but these errors were encountered:
I've removed all the relative import from my overholt based application. I was getting constant problems that I think were related to relative imports. Or maybe it just made it more explicit to me exactly what was being imported from where.
It's likely my lack of experience as a Python developer but I really got caught out by the relative imports and spent days trying to diagnose issues that were cleaned up immediately by using explicit absolute imports everywhere and by removing the cases of "import *".
Just some feedback.....
The text was updated successfully, but these errors were encountered: