Skip to content

Commit

Permalink
Merge pull request #19 from jepler/remove-bad-whitespace-directive
Browse files Browse the repository at this point in the history
remove bad-whitespace pylint directive
  • Loading branch information
dhalbert authored Aug 23, 2020
2 parents f453716 + a45af72 commit bb38024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/ds1307_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,7 +34,6 @@
rtc.datetime = t
print()
# pylint: enable-msg=using-constant-test
# pylint: enable-msg=bad-whitespace

# Main loop:
while True:
Expand Down

0 comments on commit bb38024

Please sign in to comment.