Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pylint disable #179

Merged
merged 2 commits into from Apr 1, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
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
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
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
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
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
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
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
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