Skip to content

Commit

Permalink
Remove __future__ imports; part of #262
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Sep 18, 2018
1 parent 83ba201 commit b7fc16f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion poppy/tests/test_dms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Tests for deformable mirror classes
from __future__ import (absolute_import, division, print_function, unicode_literals)

import matplotlib.pyplot as pl
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion poppy/tests/test_instrument.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import (absolute_import, division, print_function, unicode_literals)

import matplotlib.pyplot as plt
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion poppy/tests/test_optics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Tests for individual Optic classes
from __future__ import (absolute_import, division, print_function, unicode_literals)

import matplotlib.pyplot as pl
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion poppy/tests/test_wfe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import (absolute_import, division, print_function, unicode_literals)

import numpy as np

Expand Down

0 comments on commit b7fc16f

Please sign in to comment.