-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fixes #1352 Missing tests in various address providers #1616
Conversation
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.
Thank you! Could you fix the linting issues?
I reformated the files by using |
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.
Running make lint
will run black
and isort
with the correct settings.
There are also a couple of unused imports. Could you remove them?
I added formating using |
Thank you! |
…1616) * Adding more tests to address providers * Fixing two small code mistakes which caused failure * Reformation by black and deleting double tests * Running make lint for formatting * Deleting unused imports
The following changes were made see #1352: