Skip to content

Commit

Permalink
Merge pull request #179 from FoamyGuy/remove_pylint_disable
Browse files Browse the repository at this point in the history
Remove pylint disable
  • Loading branch information
FoamyGuy committed Apr 1, 2024
2 parents 7e79913 + 94db22c commit c567e1d
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
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

0 comments on commit c567e1d

Please sign in to comment.