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_socket.py b/serial/urlhandler/protocol_socket.py index 7932ee0..2f01a4a 100644 --- a/serial/urlhandler/protocol_socket.py +++ b/serial/urlhandler/protocol_socket.py
@@ -16,6 +16,7 @@ # options: # - "debug" print diagnostic messages +import errno import logging import select import socket