Skip to content

Commit e9fcbbe

Browse files
committed
linting
1 parent b2beea7 commit e9fcbbe

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

CircuitPython_PyPaint/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
All text above must be included in any redistribution.
1313
"""
1414

15-
#pylint:disable=invalid-name, no-self-use
15+
#pylint:disable=invalid-name, no-self-use, too-many-statements
1616

1717
import gc
1818
import time

azure_gfx_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@ def set_icon(self, filename):
119119
except AttributeError:
120120
board.DISPLAY.refresh_soon()
121121
board.DISPLAY.wait_for_frame()
122-

pyportal_weather_station/weatherstation_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@ def set_icon(self, filename):
163163
except AttributeError:
164164
board.DISPLAY.refresh_soon()
165165
board.DISPLAY.wait_for_frame()
166-

0 commit comments

Comments
 (0)