diff --git a/poppy/tests/test_dms.py b/poppy/tests/test_dms.py index 715cec70..1322f984 100644 --- a/poppy/tests/test_dms.py +++ b/poppy/tests/test_dms.py @@ -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 diff --git a/poppy/tests/test_instrument.py b/poppy/tests/test_instrument.py index a5b2dbf2..f13da9ab 100644 --- a/poppy/tests/test_instrument.py +++ b/poppy/tests/test_instrument.py @@ -1,4 +1,3 @@ -from __future__ import (absolute_import, division, print_function, unicode_literals) import matplotlib.pyplot as plt import numpy as np diff --git a/poppy/tests/test_optics.py b/poppy/tests/test_optics.py index 3b0baf7b..25981db6 100644 --- a/poppy/tests/test_optics.py +++ b/poppy/tests/test_optics.py @@ -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 diff --git a/poppy/tests/test_wfe.py b/poppy/tests/test_wfe.py index 4d3a8064..e7318b40 100644 --- a/poppy/tests/test_wfe.py +++ b/poppy/tests/test_wfe.py @@ -1,4 +1,3 @@ -from __future__ import (absolute_import, division, print_function, unicode_literals) import numpy as np