Skip to content

Commit a11a06a

Browse files
committed
Reformatted per pre-commit
1 parent 8948bb1 commit a11a06a

File tree

1 file changed

+2
-0
lines changed
  • circuitpython_typing

1 file changed

+2
-0
lines changed

circuitpython_typing/io.py

Lines changed: 2 additions & 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 ROValueIO(Protocol):
2122
"""Hardware objects, like `analogio.AnalogIn`, that have read-only
2223
``value`` properties/attributes.
@@ -28,6 +29,7 @@ def value(self) -> float:
2829
on the specifics of the class.
2930
"""
3031

32+
3133
class ValueIO(Protocol):
3234
"""Hardware objects, like `analogio.AnalogOut`, that have read and
3335
write ``value`` properties/attributes.

0 commit comments

Comments
 (0)