We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The implementation uses circular imports more than is necessary.
Remove any circular imports that don't increase the readability/maintainability of the code.
The text was updated successfully, but these errors were encountered:
The module strconv is also associated with nodes.
strconv
nodes
Sorry, something went wrong.
I have removed these circular dependencies (not pushed yet):
Also had to move checker.BasicTypes to mtypes. This removed many circular dependencies (not pushed yet).
Now the changes I mentioned in the above 2 comments are available at the public repo.
5cd1dab
No branches or pull requests
The implementation uses circular imports more than is necessary.
Remove any circular imports that don't increase the readability/maintainability of the code.
The text was updated successfully, but these errors were encountered: