Skip to content

Commit 5f4b847

Browse files
committed
Disable pylint warning for too few public methods
1 parent 4e30df4 commit 5f4b847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circuitpython_typing/device_drivers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from typing_extensions import Protocol
1919

2020

21+
# pylint: disable=too-few-public-methods
2122
class I2CDeviceDriver(Protocol):
2223
"""Describes classes that are drivers utilizing `I2CDevice`"""
2324

0 commit comments

Comments
 (0)