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

CLN: noqa removal #29574

Merged
merged 2 commits into from
Nov 14, 2019
Merged

Conversation

kaathi524
Copy link
Contributor

@kaathi524 kaathi524 commented Nov 12, 2019

xref #29216

@jbrockmendel
Copy link
Member

LGTM, cc @WillAyd

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Nov 12, 2019
@jreback jreback added this to the 1.0 milestone Nov 12, 2019
@jorisvandenbossche jorisvandenbossche changed the title Noqa removal #29216 CLN: noqa removal #29216 Nov 13, 2019
@jorisvandenbossche jorisvandenbossche changed the title CLN: noqa removal #29216 CLN: noqa removal Nov 13, 2019
@@ -62,46 +62,46 @@ def coerce(request):
# collect all objects to be tested for list-like-ness; use tuples of objects,
# whether they are list-like or not (special casing for sets), and their ID
ll_params = [
([1], True, "list"), # noqa: E241
([], True, "list-empty"), # noqa: E241
((1,), True, "tuple"), # noqa: E241
Copy link
Member

Choose a reason for hiding this comment

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

@kaathi524 what's the reason this is not necessary any more?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jorisvandenbossche Yeah. According to Issue #29607 , Need to remove those noqa.

Copy link
Member

Choose a reason for hiding this comment

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

OK, thanks!

@jorisvandenbossche jorisvandenbossche merged commit 966757f into pandas-dev:master Nov 14, 2019
@jorisvandenbossche
Copy link
Member

@kaathi524 thanks for the PR!

Reksbril pushed a commit to Reksbril/pandas that referenced this pull request Nov 18, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants