commit | b10daf443a577b918fdc8f25b19bf25abcfdf717 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Tue Jan 26 00:27:10 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Tue Jan 26 00:27:10 2016 +0100 |
tree | 3b6ba61f5bd66a3247046cc1771f37f322130435 | |
parent | 6c63da65c7bb01555ebdee6fb61c4ff9b74a823b [diff] [blame] |
style: some of the suggestions from flake8
diff --git a/serial/urlhandler/protocol_rfc2217.py b/serial/urlhandler/protocol_rfc2217.py index 1357173..c14c792 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 +from serial.rfc2217 import Serial # noqa