Skip to content

Commit

Permalink
API: Remove __future__ imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Mar 1, 2019
1 parent efff2c4 commit 6884477
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions tests/test_acquisition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

import matplotlib.pyplot as plt
import os.path
import numpy as np
Expand Down
3 changes: 0 additions & 3 deletions tests/test_geometry/test_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
# POSSIBILITY OF SUCH DAMAGE. #
# #########################################################################

from __future__ import (absolute_import, division, print_function,
unicode_literals)

__author__ = "Doga Gursoy"
__copyright__ = "Copyright (c) 2016, UChicago Argonne, LLC."
__docformat__ = 'restructuredtext en'
Expand Down
3 changes: 0 additions & 3 deletions tests/test_geometry/test_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
# POSSIBILITY OF SUCH DAMAGE. #
# #########################################################################

from __future__ import (absolute_import, division, print_function,
unicode_literals)

from xdesign.geometry import *
from numpy.testing import assert_allclose, assert_equal
import numpy as np
Expand Down
3 changes: 0 additions & 3 deletions tests/test_geometry/test_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
# POSSIBILITY OF SUCH DAMAGE. #
# #########################################################################

from __future__ import (absolute_import, division, print_function,
unicode_literals)

from xdesign.geometry import *
from numpy.testing import assert_allclose, assert_raises, assert_equal
import numpy as np
Expand Down
3 changes: 0 additions & 3 deletions tests/test_geometry/test_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
# POSSIBILITY OF SUCH DAMAGE. #
# #########################################################################

from __future__ import (absolute_import, division, print_function,
unicode_literals)

from xdesign.geometry.point import *
from numpy.testing import assert_allclose, assert_equal
import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE #
# POSSIBILITY OF SUCH DAMAGE. #
# #########################################################################
from __future__ import (absolute_import, division, print_function,
unicode_literals)

import matplotlib.pyplot as plt
import numpy as np
Expand Down

0 comments on commit 6884477

Please sign in to comment.