Skip to content

Commit 049ad7b

Browse files
committed
shush lint
1 parent 81b4362 commit 049ad7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MagTag_Weather/forecast/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4+
# pylint: disable=redefined-outer-name, eval-used, wrong-import-order
45

56
import time
67
import terminalio

MagTag_Weather/onecall/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4+
# pylint: disable=redefined-outer-name, eval-used, wrong-import-order
45

56
import time
67
import terminalio

0 commit comments

Comments
 (0)