reflex
reflex copied to clipboard
Resolve circular imports
There are a couple places in the code where we circumvent circular imports by importing within a function. We should refactor to avoid this and move all imports to the top of files if possible.
I have also found some imports they are unused. If I have time I will do an cleanup PR.
I have create a PR #498 with two types of fixes. :-) I didn't find circular imports.
I think this is resolved.