Skip to content

Commit 81f67df

Browse files
Reducing diff noise.
1 parent 599f6bc commit 81f67df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

serial_asyncio/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
implementation. It should be possible to get that working though.
1616
"""
1717
import asyncio
18-
1918
import serial
2019

2120

2221
__version__ = '0.1'
2322

2423

2524
class SerialTransport(asyncio.Transport):
26-
"""An asyncio transport model of a serial_asyncio communication channel.
25+
"""An asyncio transport model of a serial communication channel.
2726
2827
A transport class is an abstraction of a communication channel.
2928
This allows protocol implementations to be developed against the

test/test_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# This file is part of pySerial-asyncio - Cross platform seria port support for Python
3+
# This file is part of pySerial-asyncio - Cross platform serial port support for Python
44
# (C) 2016 Chris Liechti <cliechti@gmx.net>
55
#
66
# SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)