Skip to content

Commit 4e30df4

Browse files
committed
Reformatted per pre-commit
1 parent cb21907 commit 4e30df4

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
@@ -17,6 +17,7 @@
1717
except ImportError:
1818
from typing_extensions import Protocol
1919

20+
2021
class I2CDeviceDriver(Protocol):
2122
"""Describes classes that are drivers utilizing `I2CDevice`"""
2223

0 commit comments

Comments
 (0)