Skip to content

Commit 57a402a

Browse files
committed
Run pre-commit
1 parent 1e8ec15 commit 57a402a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/gps_time_source.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def _format_datetime(datetime):
3838

3939
last_print = time.monotonic()
4040
while True:
41-
4241
gps.update()
4342
# Every second print out current time from GPS, RTC and time.localtime()
4443
current = time.monotonic()

0 commit comments

Comments
 (0)