Skip to content

Commit

Permalink
remove pylint: disable=import-error (missed one)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDevon3 committed Apr 10, 2024
1 parent e9e3944 commit b227b75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/wifi/expanded/requests_wifi_api_github.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b227b75

Please sign in to comment.