enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.31k stars 285 forks source link

Remove all __future__ imports #1044

Closed aaronayres35 closed 3 years ago

aaronayres35 commented 3 years ago

part of #987

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

codecov-commenter commented 3 years ago

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%) :arrow_down:
mayavi/core/traits_menu.py 0.00% <ø> (ø)
mayavi/scripts/mayavi2.py 0.00% <ø> (ø)
mayavi/tools/notebook.py 20.21% <ø> (-0.84%) :arrow_down:
mayavi/tools/remote/remote_scene.py 0.00% <ø> (ø)
tvtk/code_gen.py 0.00% <ø> (ø)
tvtk/pyface/tvtk_scene.py 34.65% <ø> (-0.14%) :arrow_down:
tvtk/setup.py 0.00% <ø> (ø)
tvtk/tools/visual.py 71.34% <ø> (-0.02%) :arrow_down:
tvtk/tvtk_access.py 52.94% <ø> (-2.62%) :arrow_down:
... 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.