Conversation
|
Hello everyone, @tcmitchell @jakebeal I wanted to add that the final build of this PR was failing because of circular import chains, that is, the reason I needed to update I am currently working on
|
|
I think the wildcard imports are going to be one of the harder things to deal with. Trying to tackle them early is not what I meant when I originally said, "Start with the easy ones and work towards the harder ones." |
|
Okay, I’ll begin by searching for files that avoid circular imports. Also updating all PR's with respective changes in setup.cfg I apologize for making you repeat yourself. |
Wild card imports were replaced with explicit relative imports for the following files: #433
Additional changes include (based on pylint's suggestion) :
EDIT:
Had to replace the import statements in
toplevel.py, because build was failing