Skip to content

Commit

Permalink
Import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 9, 2016
1 parent 77254dd commit 8be0b7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions meshpy/geometry.py
@@ -1,8 +1,4 @@
from __future__ import division
from __future__ import absolute_import
import numpy as np
from six.moves import range
from six.moves import zip
from __future__ import division, absolute_import

__doc__ = """
Expand Down Expand Up @@ -39,6 +35,11 @@
.. autofunction:: generate_surface_of_revolution
"""

import numpy as np
from six.moves import range
from six.moves import zip


# {{{ geometry building

def bounding_box(points):
Expand Down

0 comments on commit 8be0b7a

Please sign in to comment.