Skip to content
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

changed "fun !r" -> "repr(fun)" #30002

Closed
wants to merge 3 commits into from
Closed

changed "fun !r" -> "repr(fun)" #30002

wants to merge 3 commits into from

Conversation

souravs17031999
Copy link
Contributor

@souravs17031999 souravs17031999 commented Dec 3, 2019

As described in the following issue
, usage of !r is currently redundant and so changing to f strings in place of it.

As described in the following issue
#29886
, usage of !r is currently redundant and so changing to f strings in place of it.
pandas/core/strings.py Outdated Show resolved Hide resolved
@alimcmaster1 alimcmaster1 added Clean Code Style Code style, linting, code_checks labels Dec 3, 2019
@pep8speaks
Copy link

Hello @souravs17031999! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 1938:1: W293 blank line contains whitespace

@souravs17031999
Copy link
Contributor Author

I will open new PR after going through it again.

@souravs17031999 souravs17031999 deleted the sk_change branch December 4, 2019 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants