Skip to content

CLN: remove abc.abstractproperty from code base #26166

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

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

topper-123
Copy link
Contributor

@topper-123 topper-123 commented Apr 20, 2019

While doing #26165 I discovered some uses of abc.abstractproperty in the codebase. This propery was deprecated in Python 3.3 and superseeded by using abc.abstractmethod and property together instead (see python abc.abstractproperty docs). I've therefore removed the uses of abc.abstractproperty from the code base.

@codecov
Copy link

codecov bot commented Apr 20, 2019

Codecov Report

Merging #26166 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26166      +/-   ##
==========================================
- Coverage   91.98%   91.97%   -0.01%     
==========================================
  Files         175      175              
  Lines       52377    52379       +2     
==========================================
- Hits        48180    48178       -2     
- Misses       4197     4201       +4
Flag Coverage Δ
#multiple 90.53% <100%> (ø) ⬆️
#single 40.72% <100%> (-0.15%) ⬇️
Impacted Files Coverage Δ
pandas/io/excel/_base.py 92.89% <100%> (+0.06%) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 96.9% <0%> (-0.12%) ⬇️

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 dc86509...4486272. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 20, 2019

Codecov Report

Merging #26166 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26166      +/-   ##
==========================================
- Coverage   91.98%   91.97%   -0.01%     
==========================================
  Files         175      175              
  Lines       52377    52379       +2     
==========================================
- Hits        48180    48178       -2     
- Misses       4197     4201       +4
Flag Coverage Δ
#multiple 90.53% <100%> (ø) ⬆️
#single 40.72% <100%> (-0.15%) ⬇️
Impacted Files Coverage Δ
pandas/io/excel/_base.py 92.89% <100%> (+0.06%) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 96.9% <0%> (-0.12%) ⬇️

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 dc86509...4486272. Read the comment docs.

@jreback jreback added this to the 0.25.0 milestone Apr 21, 2019
@jreback jreback merged commit 258f787 into pandas-dev:master Apr 21, 2019
@jreback
Copy link
Contributor

jreback commented Apr 21, 2019

thanks @topper-123

@topper-123 topper-123 deleted the remove_abstractproperty branch April 21, 2019 16:31
ryanreh99 pushed a commit to ryanreh99/pandas that referenced this pull request Apr 22, 2019
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.

2 participants