Skip to content

Commit 35c61fc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fe42660 commit 35c61fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geodesy/lamberts_ellipsoidal_distance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
AXIS_B = 6356752.314245
77
EQUATORIAL_RADIUS = 6378137
88

9+
910
def lamberts_ellipsoidal_distance(
1011
lat1: float, lon1: float, lat2: float, lon2: float
1112
) -> float:

0 commit comments

Comments
 (0)