Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Finding Circular Imports in Python | Better HN
Finding Circular Imports in Python
(opens in new tab)
(github.com)
7 points
brunovcosta
1y ago
3 comments
Share
3 comments
default
newest
oldest
zahlman
1y ago
When 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.
threecheese
1y ago
Eh, we just let customers find them.
brunovcosta
OP
1y ago
lol
j
/
k
navigate · click thread line to collapse