Skip to content

Commit 8ab96a1

Browse files
Added newline to doctoring to make Sphinx happy
1 parent 80ff5b5 commit 8ab96a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ntp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def set_time(self, tz_offset=0):
6969
in seconds west of UTC (negative in most of Western Europe,
7070
positive in the US, zero in the UK).
7171
"""
72+
7273
try:
7374
now = self._esp.get_time()
7475
now = time.localtime(now[0] + tz_offset)

0 commit comments

Comments
 (0)