episode: Break circular imports by extracting shared models to models.py
This commit is contained in:
parent
8d36043c04
commit
21448869b9
@ -73,3 +73,9 @@
|
||||
Errors encountered (2):
|
||||
- Exit code 1
|
||||
Network
|
||||
|
||||
## 16:44 - Break circular imports by extracting shared models to models.py
|
||||
- **Type:** solution
|
||||
- **Tags:** python, circular-imports, architecture, refactoring, paper-dynasty
|
||||
- **Memory:** [break-circular-imports-by-extracting-shared-models-to-models-b235f9](graph/solutions/break-circular-imports-by-extracting-shared-models-to-models-b235f9.md)
|
||||
- **Summary:** ## Problem\nTwo modules mutually importing from each other (A imports from B, B imports from A)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user