We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b4362 commit 049ad7bCopy full SHA for 049ad7b
MagTag_Weather/forecast/code.py
@@ -1,6 +1,7 @@
1
# SPDX-FileCopyrightText: 2020 Carter Nelson for Adafruit Industries
2
#
3
# SPDX-License-Identifier: MIT
4
+# pylint: disable=redefined-outer-name, eval-used, wrong-import-order
5
6
import time
7
import terminalio
MagTag_Weather/onecall/code.py
0 commit comments