-
-
Notifications
You must be signed in to change notification settings - Fork 18.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
STY: "{foo!r}" -> "{repr(foo)}" #batch-3 #29953
STY: "{foo!r}" -> "{repr(foo)}" #batch-3 #29953
Conversation
Hello @MomIsBestFriend! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-12-09 11:15:26 UTC |
7c4067f
to
6bf0c13
Compare
748515c
to
59d5ea1
Compare
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 if you care to look @simonjayhawkins
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.
@MomIsBestFriend lgtm. one question.
59d5ea1
to
e10d8cc
Compare
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.
most of the repr can be removed here (you can leave the ones for more complex objects, e.g. bins
cac7fba
to
3a66181
Compare
This reverts commit 029ee4d.
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.
one repr to remove, ping on green.
lgtm ping on green |
017279d
to
aea8b84
Compare
ping @jreback |
Thanks @MomIsBestFriend |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff