We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7252515 commit c8bed0bCopy full SHA for c8bed0b
1 file changed
PyPortal_Hurricane_Tracker/hurricane_tracker.py
@@ -62,6 +62,7 @@
62
63
64
def update_display():
65
+ # pylint: disable=too-many-locals
66
# clear out existing icons
67
while len(storm_icons):
68
_ = storm_icons.pop()
0 commit comments