Skip to content

Commit 9f1a660

Browse files
committed
changed import sorting so toxenv=check doesnt fail
1 parent 6b5d0f1 commit 9f1a660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skaero/geometry/coordinates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
import numpy as np
8-
from numpy import sin, cos, deg2rad, rad2deg, array
8+
from numpy import array, cos, deg2rad, rad2deg, sin
99

1010

1111
def lla2ecef(lat, lng, h):

0 commit comments

Comments
 (0)