An open API service indexing awesome lists of open source software.

https://github.com/mrichman/flask-circular-deps

This application has deliberate circular dependencies, which produce an ImportError at runtime.
https://github.com/mrichman/flask-circular-deps

circular-dependencies flask python python3 python37

Last synced: about 1 month ago
JSON representation

This application has deliberate circular dependencies, which produce an ImportError at runtime.

Awesome Lists containing this project

README

          

# flask-circular-deps

This application has deliberate circular dependencies between model classes `ClassA` and `ClassB`.

Running this application will produce `ImportError: cannot import name 'ClassA' from 'myapp.models.classa'`.