-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circular import when running example #92
Comments
Hmm, well I've never seen this happen before! Moving the seems like a fine fix, but I wish I could reproduce the error on my local. If you move the import does it import correctly? Also: any chance you can run |
Yeah, after moving it works just fine. I used latest Python and Django (maybe this will help you to reproduce the issue). |
Ok, awesome! If you want to make a PR I'll merge it right away. Or I can make the change and credit you with the fix. |
Created the PR... Didn't know how to avoid including the previous commit there 😕 |
After installing dependencies, I run the following command:
And circular import issue occurred:
Suggested fix:
Move the import before the usage of UnicornView
Is it the appropriate fix?
The text was updated successfully, but these errors were encountered: