Skip to content

Commit 517896f

Browse files
authored
Merge pull request #1787 from adafruit/bundlefly-5
Renamed a few more files
2 parents 0c0c54c + 3f3cd21 commit 517896f

27 files changed

Lines changed: 2 additions & 9 deletions

File tree

3D_Printed_LED_Fire_Horns/3D_Printed_LED_Fire_Horns.py renamed to 3D_Printed_LED_Fire_Horns/code.py

File renamed without changes.

Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008.py renamed to Analog_Inputs_for_Raspberry_Pi_Using_the_MCP3008/code.py

File renamed without changes.

Buzzing_Mindfulness_Bracelet/Buzzing_Mindfulness_Bracelet.py renamed to Buzzing_Mindfulness_Bracelet/code.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414

1515
from adafruit_portalbase import PortalBase
1616

17-
#pylint:disable=missing-super-argument
18-
1917
# Example:
2018
#
2119
# from aio_handler import AIOHandler
2220
# import adafruit_logging as logging
2321
# l = logging.getLogger('aio')
24-
# # Pass in the device object based on portal_base (Funhouse, PyPortal, MagTag, etc) as the 2nd parameter
22+
# # Pass in the device object based on portal_base
23+
# # (Funhouse, PyPortal, MagTag, etc) as the 2nd parameter
2524
# l.addHandler(AIOHandler('test'), portal_device)
2625
# l.level = logging.ERROR
2726
# l.error("test")
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"""
1414

1515

16-
#pylint:disable=missing-super-argument
17-
1816
from adafruit_logging import LoggingHandler
1917
from adafruit_ble.uart import UARTServer
2018

0 commit comments

Comments
 (0)