From b227b758c9a9c1036516bab7ca9055a51fd3a55c Mon Sep 17 00:00:00 2001 From: DJDevon3 <49322231+DJDevon3@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:21:33 -0400 Subject: [PATCH] remove pylint: disable=import-error (missed one) --- examples/wifi/expanded/requests_wifi_api_github.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/wifi/expanded/requests_wifi_api_github.py b/examples/wifi/expanded/requests_wifi_api_github.py index 6fbe8fe..ed8aaae 100644 --- a/examples/wifi/expanded/requests_wifi_api_github.py +++ b/examples/wifi/expanded/requests_wifi_api_github.py @@ -1,8 +1,7 @@ # SPDX-FileCopyrightText: 2024 DJDevon3 # SPDX-License-Identifier: MIT -# Coded for Circuit Python 8.2.x +# Coded for Circuit Python 9.x """Github API Example""" -# pylint: disable=import-error import os import time