Skip to content

Commit c567e1d

Browse files
authored
Merge pull request #179 from FoamyGuy/remove_pylint_disable
Remove pylint disable
2 parents 7e79913 + 94db22c commit c567e1d

9 files changed

+1
-9
lines changed

examples/wifi/expanded/requests_wifi_adafruit_discord_active_online.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Discord Active Online Shields.IO Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_discord.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Discord Web Scrape Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_fitbit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Fitbit API Example"""
5-
# pylint: disable=import-error, disable=no-member
5+
# pylint: disable=no-member
66

77
import os
88
import time

examples/wifi/expanded/requests_wifi_api_github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Github API Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_mastodon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Mastodon API Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_premiereleague.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Premiere League Total Players API Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_steam.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Steam API Get Owned Games Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_twitch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""Twitch API Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

examples/wifi/expanded/requests_wifi_api_youtube.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: MIT
33
# Coded for Circuit Python 8.2.x
44
"""YouTube API Subscriber Count Example"""
5-
# pylint: disable=import-error
65

76
import os
87
import time

0 commit comments

Comments
 (0)