-
Notifications
You must be signed in to change notification settings - Fork 17
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
Replaced wild card imports #460
base: main
Are you sure you want to change the base?
Replaced wild card imports #460
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