Skip to content

Commit

Permalink
Fix import error (isort).
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Aug 15, 2018
1 parent ec73574 commit c0254db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapphire/transformations/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- z: height above x,y-plane.
"""
from numpy import arccos, arctan2, cos, degrees, array, radians, sin, sqrt
from numpy import arccos, arctan2, array, cos, degrees, radians, sin, sqrt


def cartesian_to_spherical(x, y, z):
Expand Down

0 comments on commit c0254db

Please sign in to comment.