Skip to content

Commit bb38024

Browse files
authored
Merge pull request #19 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents f453716 + a45af72 commit bb38024

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/ds1307_simpletest.py

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
days = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
2525

2626

27-
# pylint: disable-msg=bad-whitespace
2827
# pylint: disable-msg=using-constant-test
2928
if False: # change to True if you want to set the time!
3029
# year, mon, date, hour, min, sec, wday, yday, isdst
@@ -35,7 +34,6 @@
3534
rtc.datetime = t
3635
print()
3736
# pylint: enable-msg=using-constant-test
38-
# pylint: enable-msg=bad-whitespace
3937

4038
# Main loop:
4139
while True:

0 commit comments

Comments
 (0)