Skip to content

Commit 3f3cd21

Browse files
committed
Linted
1 parent 3d53908 commit 3f3cd21

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

CircuitPython_Logger/aio_handler/code.py

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")

CircuitPython_Logger/ble_handler/code.py

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

CircuitPython_Logger/file_handler/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
All text above must be included in any redistribution.
1313
"""
1414

15-
#pylint:disable=missing-super-argument
16-
1715
# Example:
1816
#
1917
#

CircuitPython_Logger/uart_handler/code.py

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
# Example:
1917
#
2018
# import board

0 commit comments

Comments
 (0)