reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Resolve circular imports

Open picklelo opened this issue 2 years ago β€’ 2 comments

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.

picklelo avatar Feb 08 '23 08:02 picklelo

I have also found some imports they are unused. If I have time I will do an cleanup PR.

r0b2g1t avatar Feb 08 '23 11:02 r0b2g1t

I have create a PR #498 with two types of fixes. :-) I didn't find circular imports.

r0b2g1t avatar Feb 10 '23 09:02 r0b2g1t

I think this is resolved.

Alek99 avatar Mar 28 '23 04:03 Alek99