EugeneTorap commented on code in PR #24700:
URL: https://github.com/apache/superset/pull/24700#discussion_r1269822084
##########
.pylintrc:
##########
@@ -86,6 +86,7 @@ disable=
missing-docstring,
duplicate-code,
unspecified-encoding,
+ cyclic-import,
Review Comment:
There're hundreds of `cyclic-import` errors in the project.
@john-bodley I believe that your [SIP-92 Proposal for restructuring the
Python code base](https://github.com/apache/superset/issues/20630 ) should
solve the problem!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]