-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Remove unused from _libs.parsers #19380
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
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.
lgtm. just a question. ping on green.
@@ -1479,6 +1449,7 @@ cdef _string_box_factorize(parser_t *parser, int64_t col, | |||
|
|||
return result, na_count | |||
|
|||
|
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.
are we not linting these .pyx for the 2 blank lines between functions?
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.
flake8 chokes on a SyntaxError as soon as it hits a cimport
Codecov Report
@@ Coverage Diff @@
## master #19380 +/- ##
==========================================
+ Coverage 91.57% 91.61% +0.04%
==========================================
Files 150 150
Lines 48684 48699 +15
==========================================
+ Hits 44583 44618 +35
+ Misses 4101 4081 -20
Continue to review full report at Codecov.
|
ping |
thanks! |
git diff upstream/master -u -- "*.py" | flake8 --diff