We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23158b commit 76475feCopy full SHA for 76475fe
1 file changed
CircuitPython_GameAndWatch_Octopus/octopus_game_helpers.py
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: 2022 Tim C, written for Adafruit Industries
2
#
3
# SPDX-License-Identifier: MIT
4
-# pylint: disable=too-many-lines, import-outside-toplevel, consider-using-with, too-many-statements, too-many-branches
+# pylint: disable=too-many-lines, import-outside-toplevel, too-many-statements, too-many-branches
5
import os
6
import time
7
import json
0 commit comments