Skip to content

Commit e7bf93e

Browse files
committed
Undo unnecessary added blank lines
1 parent f8ec09e commit e7bf93e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

circuitpython_typing/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
1010
1111
* Author(s): Alec Delaney, Dan Halbert, Randy Hudson
12-
1312
"""
1413

1514
__version__ = "0.0.0+auto.0"
@@ -54,13 +53,11 @@
5453

5554
class ByteStream(Protocol):
5655
"""Protocol for basic I/O operations on a byte stream.
57-
Classes which implement this protocol include:
58-
56+
Classes which implement this protocol include
5957
* `io.BytesIO`
6058
* `io.FileIO` (for a file open in binary mode)
6159
* `busio.UART`
6260
* `usb_cdc.Serial`
63-
6461
"""
6562

6663
# Should be `, /)`, but not available in Python 3.7.

0 commit comments

Comments
 (0)