Skip to content

Remove all __future__ imports#1044

Merged
aaronayres35 merged 1 commit into
masterfrom
remove-__future__-imports
May 18, 2021
Merged

Remove all __future__ imports#1044
aaronayres35 merged 1 commit into
masterfrom
remove-__future__-imports

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

part of #987

This PR simply removes all __future__ imports which are no longer needed in the code base

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 17, 2021

Codecov Report

Merging #1044 (b0397c9) into master (0ed663f) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1044      +/-   ##
==========================================
- Coverage   49.79%   49.79%   -0.01%     
==========================================
  Files         263      263              
  Lines       23925    23912      -13     
  Branches     3259     3259              
==========================================
- Hits        11914    11906       -8     
+ Misses      11234    11229       -5     
  Partials      777      777              
Impacted Files Coverage Δ
mayavi/core/customize.py 56.00% <ø> (-0.87%) ⬇️
mayavi/core/traits_menu.py 0.00% <ø> (ø)
mayavi/scripts/mayavi2.py 0.00% <ø> (ø)
mayavi/tools/notebook.py 20.21% <ø> (-0.84%) ⬇️
mayavi/tools/remote/remote_scene.py 0.00% <ø> (ø)
tvtk/code_gen.py 0.00% <ø> (ø)
tvtk/pyface/tvtk_scene.py 34.65% <ø> (-0.14%) ⬇️
tvtk/setup.py 0.00% <ø> (ø)
tvtk/tools/visual.py 71.34% <ø> (-0.02%) ⬇️
tvtk/tvtk_access.py 52.94% <ø> (-2.62%) ⬇️
... and 3 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 0ed663f...b0397c9. Read the comment docs.

Copy link
Copy Markdown
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronayres35 aaronayres35 merged commit 6156523 into master May 18, 2021
@aaronayres35 aaronayres35 deleted the remove-__future__-imports branch May 18, 2021 11:36
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.

3 participants