Finding Circular Imports in Python
github.com
Finding Circular Imports in Python
1–4 of 4 posts
Re: Finding Circular Imports in Python
#2Eh, we just let customers find them.
Re: Finding Circular Imports in Python
#3Eh, we just let customers find them.
lol
Re: Finding Circular Imports in Python
#4When you get an error like this, the stack trace directly shows the circular chain of imports. I don't see what this is adding for a codebase that has adequate testing, or even just tests that make sure every file gets `import`ed.