Skip to content

Commit 5282286

Browse files
committed
linter fixes
1 parent df8c75e commit 5282286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_gps.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __init__(self, uart: UART, debug: bool = False) -> None:
243243
self.longitude_minutes = None # Use for full precision minutes
244244
"""Minutes component of longitude measurement"""
245245
self.fix_quality = 0
246-
"""
246+
"""
247247
GPS quality indicator
248248
249249
| 0 - fix not available
@@ -258,7 +258,7 @@ def __init__(self, uart: UART, debug: bool = False) -> None:
258258
"""
259259
self.fix_quality_3d = 0
260260
"""
261-
The type of fix for a reading
261+
The type of fix for a reading
262262
263263
| 1 - no fix
264264
| 2 - 2D fix
@@ -290,7 +290,7 @@ def __init__(self, uart: UART, debug: bool = False) -> None:
290290
self.sel_mode = None
291291
"""
292292
Selection mode
293-
293+
294294
| 'M' - manual
295295
| 'A' - automatic
296296
"""

0 commit comments

Comments
 (0)