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

Remove last from __future__ imports #2432

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Conversation

eerovaher
Copy link
Member

The removed imports had no effect in Python 3.

It can be verified that no __future__ imports remain by running

$ git grep __future__

The removed imports had no effect in Python 3.
@codecov
Copy link

codecov bot commented Jun 6, 2022

Codecov Report

Merging #2432 (7c01848) into main (eeb0d07) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2432      +/-   ##
==========================================
- Coverage   62.93%   62.92%   -0.01%     
==========================================
  Files         133      133              
  Lines       17273    17269       -4     
==========================================
- Hits        10870    10866       -4     
  Misses       6403     6403              
Impacted Files Coverage Δ
...oplanet_orbit_database/exoplanet_orbit_database.py 93.02% <ø> (-0.16%) ⬇️
astroquery/query.py 58.54% <ø> (-0.18%) ⬇️
astroquery/sdss/core.py 85.91% <ø> (-0.05%) ⬇️
astroquery/sdss/field_names.py 92.68% <ø> (-0.18%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@bsipocz bsipocz added the cleanup label Jun 6, 2022
@bsipocz bsipocz added this to the v0.4.7 milestone Jun 6, 2022
@bsipocz
Copy link
Member

bsipocz commented Jun 6, 2022

Thanks, @eerovaher.

@bsipocz bsipocz merged commit 9526b6f into astropy:main Jun 6, 2022
@eerovaher eerovaher deleted the rm-future branch June 6, 2022 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants