We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ec09e commit e7bf93eCopy full SHA for e7bf93e
circuitpython_typing/__init__.py
@@ -9,7 +9,6 @@
9
10
11
* Author(s): Alec Delaney, Dan Halbert, Randy Hudson
12
-
13
"""
14
15
__version__ = "0.0.0+auto.0"
@@ -54,13 +53,11 @@
54
53
55
class ByteStream(Protocol):
56
"""Protocol for basic I/O operations on a byte stream.
57
- Classes which implement this protocol include:
58
+ Classes which implement this protocol include
59
* `io.BytesIO`
60
* `io.FileIO` (for a file open in binary mode)
61
* `busio.UART`
62
* `usb_cdc.Serial`
63
64
65
66
# Should be `, /)`, but not available in Python 3.7.
0 commit comments