Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Discord Active Online Shields.IO Example"""
# pylint: disable=import-error

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Discord Web Scrape Example"""
# pylint: disable=import-error

import os
import time
Expand Down
2 changes: 1 addition & 1 deletion examples/wifi/expanded/requests_wifi_api_fitbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Fitbit API Example"""
# pylint: disable=import-error, disable=no-member
# pylint: disable=no-member

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Github API Example"""
# pylint: disable=import-error

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_mastodon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Mastodon API Example"""
# pylint: disable=import-error

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_premiereleague.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Premiere League Total Players API Example"""
# pylint: disable=import-error

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_steam.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Steam API Get Owned Games Example"""
# pylint: disable=import-error

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""Twitch API Example"""
# pylint: disable=import-error

import os
import time
Expand Down
1 change: 0 additions & 1 deletion examples/wifi/expanded/requests_wifi_api_youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: MIT
# Coded for Circuit Python 8.2.x
"""YouTube API Subscriber Count Example"""
# pylint: disable=import-error

import os
import time
Expand Down