-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: io/formats/html.py (and io/formats/format.py) #24651
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
Codecov Report
@@ Coverage Diff @@
## master #24651 +/- ##
==========================================
+ Coverage 92.37% 92.37% +<.01%
==========================================
Files 166 166
Lines 52384 52386 +2
==========================================
+ Hits 48390 48392 +2
Misses 3994 3994
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24651 +/- ##
==========================================
+ Coverage 92.37% 92.37% +<.01%
==========================================
Files 166 166
Lines 52384 52386 +2
==========================================
+ Hits 48390 48393 +3
+ Misses 3994 3993 -1
Continue to review full report at Codecov.
|
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. @TomAugspurger
thanks @simonjayhawkins |
git diff upstream/master -u -- "*.py" | flake8 --diff
this refactor further limits responsibilities of functions/module and should allow a simpler implementation for fixes of #17004, #9690 etc.