Skip to content

Commit a6d4c77

Browse files
committed
pep8
1 parent f927daf commit a6d4c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pyproj_compare.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
def test_vreckon():
26-
""" tests scalars, vectors, and arrays"""
26+
""" tests scalars, vectors"""
2727

2828
# scalar
2929
assert vreckon(*ll0, sr[0], az[0]) == approx((lat2[0], lon2[0], az2[0]))
@@ -38,6 +38,7 @@ def test_vreckon():
3838
assert b == approx(lon3)
3939
assert c == approx(az3)
4040

41+
4142
def test_vdist():
4243
lat1, lon1, a21 = vreckon(*ll0, sr[0], az[0])
4344

0 commit comments

Comments
 (0)