commit | 409e10bfb4c62c3817afffab3e891fe8512e7ffa | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Wed Feb 10 22:40:34 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Wed Feb 10 22:40:34 2016 +0100 |
tree | ef6d9d54d608e0ec09a80205bbf7c8337948e987 | |
parent | 92df95abf13c7004bc4b1904806d13c682969076 [diff] [blame] |
style: add flags for pylint
diff --git a/serial/urlhandler/protocol_spy.py b/serial/urlhandler/protocol_spy.py index 54bd55e..55563f9 100644 --- a/serial/urlhandler/protocol_spy.py +++ b/serial/urlhandler/protocol_spy.py
@@ -145,6 +145,7 @@ class Serial(serial.Serial): """Just inherit the native Serial port implementation and patch the port property.""" + # pylint: disable=no-member def __init__(self, *args, **kwargs): super(Serial, self).__init__(*args, **kwargs)