diff --git a/examples/pcf8523_simpletest.py b/examples/pcf8523_simpletest.py index 0cc632b..bfb4ee3 100644 --- a/examples/pcf8523_simpletest.py +++ b/examples/pcf8523_simpletest.py @@ -24,7 +24,6 @@ days = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday") -# pylint: disable-msg=bad-whitespace # pylint: disable-msg=using-constant-test if False: # change to True if you want to set the time! # year, mon, date, hour, min, sec, wday, yday, isdst @@ -35,7 +34,6 @@ rtc.datetime = t print() # pylint: enable-msg=using-constant-test -# pylint: enable-msg=bad-whitespace # Main loop: while True: