commit | 8e37ba9ee0796195df4f9248989d57c661319bf1 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Wed Feb 03 01:22:22 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Wed Feb 03 01:22:22 2016 +0100 |
tree | d61df5a22ce770768be4aafec30f9f6c74807e99 | |
parent | cb6ce1b7e474131c881e1ed73e9126f651d4a9ea [diff] [blame] |
style: some of the suggestions from flake8
diff --git a/test/test_rs485.py b/test/test_rs485.py index 27c0740..1d7ed09 100644 --- a/test/test_rs485.py +++ b/test/test_rs485.py
@@ -15,6 +15,7 @@ # on which port should the tests be performed: PORT = 0 + class Test_RS485_settings(unittest.TestCase): """Test RS485 related functionality""" @@ -53,7 +54,6 @@ self.assertEqual(self.s.read(5), b'hello') - if __name__ == '__main__': import sys sys.stdout.write(__doc__)