Skip to content

Commit ac7b684

Browse files
author
Melissa LeBlanc-Williams
committed
Final Linting
1 parent f81dca2 commit ac7b684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/featherwing_rtc_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Create the RTC instance:
1111
rtc = rtc_featherwing.RTCFeatherWing()
1212

13+
#pylint: disable-msg=using-constant-test
1314
if True: # Change this to True to set the date and time
1415
rtc.set_time(13, 34) # Set the time (seconds are optional)
1516
print(rtc.now)

0 commit comments

Comments
 (0)