Skip to content

Commit dac5b91

Browse files
committed
Lint
1 parent fcca69c commit dac5b91

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33

44
def test_lib():
5-
gps_data = [(-1,0,0),(1628667993, 4.56543, -110.53621), (1628667994, 4.56553, -110.53625)]
5+
gps_data = [
6+
(-1,0,0),
7+
(1628667993, 4.56543, -110.53621),
8+
(1628667994, 4.56553, -110.53625)
9+
]
610
expected_encoded = '`o|sfjA??ya_fpo@}tzZhbtaT@SF'
711

812
print("Encode/decode:")

0 commit comments

Comments
 (0)