Skip to content

Commit 4595339

Browse files
authored
rix formatting
1 parent 035d47e commit 4595339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ntp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def __init__(
6868
@property
6969
def datetime(self) -> time.struct_time:
7070
"""Current time from NTP server. Accessing this property causes the NTP time request,
71-
unless there has already been a recent request. Raises OSError exception if no response
72-
is received within socket_timeout seconds"""
71+
unless there has already been a recent request. Raises OSError exception if no response
72+
is received within socket_timeout seconds"""
7373
if time.monotonic_ns() > self.next_sync:
7474
self._packet[0] = 0b00100011 # Not leap second, NTP version 4, Client mode
7575
for i in range(1, len(self._packet)):

0 commit comments

Comments
 (0)