commit | ba45c529d9b603d9dd991193fd9f6f177001aa72 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Sat Feb 06 23:53:23 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Sat Feb 06 23:53:23 2016 +0100 |
tree | f6327e2b083092afbeff2c9db05482b5d1466578 | |
parent | 43839140573c665d665fab30a4f724909eb3000a [diff] [blame] |
style: some of the suggestions from flake8
diff --git a/serial/serialposix.py b/serial/serialposix.py index 8c32bd9..44cadf2 100644 --- a/serial/serialposix.py +++ b/serial/serialposix.py
@@ -56,7 +56,7 @@ # for the platform plat = sys.platform.lower() -if plat[:5] == 'linux': # Linux (confirmed) +if plat[:5] == 'linux': # Linux (confirmed) # noqa import array # baudrate ioctls