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: Remove __future__ imports #25889

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

jschendel
Copy link
Member

Not needed after dropping Python 2.

@jschendel jschendel added this to the 0.25.0 milestone Mar 27, 2019
@codecov
Copy link

codecov bot commented Mar 27, 2019

Codecov Report

Merging #25889 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #25889      +/-   ##
==========================================
- Coverage   91.47%   91.47%   -0.01%     
==========================================
  Files         175      175              
  Lines       52885    52863      -22     
==========================================
- Hits        48379    48358      -21     
+ Misses       4506     4505       -1
Flag Coverage Δ
#multiple 90.04% <ø> (-0.01%) ⬇️
#single 41.8% <ø> (-0.03%) ⬇️
Impacted Files Coverage Δ
pandas/plotting/_style.py 77.41% <ø> (-0.25%) ⬇️
pandas/core/frame.py 96.79% <ø> (-0.01%) ⬇️
pandas/io/formats/terminal.py 31.7% <ø> (-0.83%) ⬇️
pandas/plotting/_misc.py 38.46% <ø> (-0.23%) ⬇️
pandas/io/formats/format.py 97.99% <ø> (-0.01%) ⬇️
pandas/core/algorithms.py 94.78% <ø> (-0.01%) ⬇️
pandas/io/formats/latex.py 100% <ø> (ø) ⬆️
pandas/core/window.py 96.4% <ø> (-0.01%) ⬇️
pandas/core/series.py 93.67% <ø> (-0.01%) ⬇️
pandas/core/arrays/sparse.py 92.17% <ø> (-0.01%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95c78d6...9510dd8. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Mar 27, 2019

Codecov Report

Merging #25889 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #25889      +/-   ##
==========================================
- Coverage   91.47%   91.47%   -0.01%     
==========================================
  Files         175      175              
  Lines       52885    52863      -22     
==========================================
- Hits        48379    48358      -21     
+ Misses       4506     4505       -1
Flag Coverage Δ
#multiple 90.04% <ø> (-0.01%) ⬇️
#single 41.8% <ø> (-0.03%) ⬇️
Impacted Files Coverage Δ
pandas/plotting/_style.py 77.41% <ø> (-0.25%) ⬇️
pandas/core/frame.py 96.79% <ø> (-0.01%) ⬇️
pandas/io/formats/terminal.py 31.7% <ø> (-0.83%) ⬇️
pandas/plotting/_misc.py 38.46% <ø> (-0.23%) ⬇️
pandas/io/formats/format.py 97.99% <ø> (-0.01%) ⬇️
pandas/core/algorithms.py 94.78% <ø> (-0.01%) ⬇️
pandas/io/formats/latex.py 100% <ø> (ø) ⬆️
pandas/core/window.py 96.4% <ø> (-0.01%) ⬇️
pandas/core/series.py 93.67% <ø> (-0.01%) ⬇️
pandas/core/arrays/sparse.py 92.17% <ø> (-0.01%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95c78d6...9510dd8. Read the comment docs.

@jreback jreback merged commit 2beb1b4 into pandas-dev:master Mar 27, 2019
@jreback
Copy link
Contributor

jreback commented Mar 27, 2019

thanks!

@jschendel jschendel deleted the remove-future-imports branch March 27, 2019 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants