Skip to content

Commit 76475fe

Browse files
committed
remove consider-using-with
1 parent d23158b commit 76475fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CircuitPython_GameAndWatch_Octopus/octopus_game_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2022 Tim C, written for Adafruit Industries
22
#
33
# SPDX-License-Identifier: MIT
4-
# pylint: disable=too-many-lines, import-outside-toplevel, consider-using-with, too-many-statements, too-many-branches
4+
# pylint: disable=too-many-lines, import-outside-toplevel, too-many-statements, too-many-branches
55
import os
66
import time
77
import json

0 commit comments

Comments
 (0)