commit | 6594df652e9f89687b76da6e3f77da49bdd4e1d9 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Thu Feb 04 21:13:41 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Thu Feb 04 21:13:41 2016 +0100 |
tree | ac95294015b91465dc92d0649dc3521c1647f778 | |
parent | 8e37ba9ee0796195df4f9248989d57c661319bf1 [diff] [blame] |
style: some of the suggestions from flake8
diff --git a/serial/urlhandler/protocol_rfc2217.py b/serial/urlhandler/protocol_rfc2217.py index c14c792..1898803 100644 --- a/serial/urlhandler/protocol_rfc2217.py +++ b/serial/urlhandler/protocol_rfc2217.py
@@ -7,4 +7,4 @@ # # SPDX-License-Identifier: BSD-3-Clause -from serial.rfc2217 import Serial # noqa +from serial.rfc2217 import Serial # noqa