We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5d0f1 commit 9f1a660Copy full SHA for 9f1a660
src/skaero/geometry/coordinates.py
@@ -5,7 +5,7 @@
5
"""
6
7
import numpy as np
8
-from numpy import sin, cos, deg2rad, rad2deg, array
+from numpy import array, cos, deg2rad, rad2deg, sin
9
10
11
def lla2ecef(lat, lng, h):
0 commit comments