Skip to content

Commit b227b75

Browse files
committed
remove pylint: disable=import-error (missed one)
1 parent e9e3944 commit b227b75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/wifi/expanded/requests_wifi_api_github.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 DJDevon3
22
# SPDX-License-Identifier: MIT
3-
# Coded for Circuit Python 8.2.x
3+
# Coded for Circuit Python 9.x
44
"""Github API Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

0 commit comments

Comments
 (0)