Skip to content

Issue 33428 fix #33583

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

Closed
wants to merge 4 commits into from
Closed

Conversation

Dxin-code
Copy link

@Dxin-code Dxin-code commented Apr 16, 2020

@pep8speaks
Copy link

Hello @Dxin-code! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 362:89: E501 line too long (102 > 88 characters)

@simonjayhawkins
Copy link
Member

Thanks @Dxin-code for the PR. #33428 is already fixed? issue is closed.

@@ -219,7 +219,7 @@ def test_frame_equal_unicode(df1, df2, msg, by_blocks_fixture, obj_fixture):
#
# Test ensures that `tm.assert_frame_equals` raises the right exception
# when comparing DataFrames containing differing unicode objects.
msg = msg.format(obj=obj_fixture)
msg = f"{obj_fixture}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this change in this PR. this change is also included in #33582?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other edit fails the linter because the line is too long. i think close this and focus on the other PRs

@WillAyd
Copy link
Member

WillAyd commented Apr 22, 2020

Thanks for the PR but looks like this was already solved in #33099

@WillAyd WillAyd closed this Apr 22, 2020
@Dxin-code
Copy link
Author

Thanks for the PR but looks like this was already solved in #33099

Got it! Thanks for the reminder!

@Dxin-code Dxin-code deleted the issue-33428-fix branch April 22, 2020 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Data links in Pandas API Reference are broken 404
6 participants