Skip to content

Commit f57cb12

Browse files
committed
lint
1 parent f7d468c commit f57cb12

File tree

1 file changed

+3
-2
lines changed
  • MagTag/MagTag_Weather/openmeteo

1 file changed

+3
-2
lines changed

MagTag/MagTag_Weather/openmeteo/code.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Carter Nelson for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4-
# pylint: disable=redefined-outer-name, eval-used, wrong-import-order
4+
# pylint: disable=redefined-outer-name, eval-used, wrong-import-order, unsubscriptable-object
55

66
import time
77
import terminalio
@@ -307,4 +307,5 @@ def go_to_sleep(current_time_secs):
307307
current_time_secs = (h * 3600) + (m * 60) + (s) + forecast_data['utc_offset_seconds']
308308
go_to_sleep(current_time_secs)
309309
# entire code will run again after deep sleep cycle
310-
# similar to hitting the reset button
310+
# similar to hitting the reset button
311+

0 commit comments

Comments
 (0)