-
Notifications
You must be signed in to change notification settings - Fork 112
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
(#119) Wildcard imports removed #238
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## update-0.3.1 #238 +/- ##
================================================
- Coverage 87.53% 87.45% -0.09%
================================================
Files 44 41 -3
Lines 2817 2798 -19
Branches 320 320
================================================
- Hits 2466 2447 -19
Misses 330 330
Partials 21 21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@AsadNizami so @armantekinalp and I noticed that there are a lot of wildcard imports scattered throughout the library in files under |
Sure, I'll get it done! |
Please review. |
Hi @AsadNizami I had 2 comments:
|
This includes all the classes mentioned in the |
@AsadNizami Yes, the idea is wherever possible wildcard imports should be replaced while making sure existing example scripts and paths don't break. |
Pls review! |
Pls review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @armantekinalp this one is all yours.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
Fix for #193. I have tested all the examples. Sorry for working on the issues before it's assigned to me.