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/__init__.py b/serial/__init__.py index 4f222f3..38c267b 100644 --- a/serial/__init__.py +++ b/serial/__init__.py
@@ -31,8 +31,8 @@ protocol_handler_packages = [ - 'serial.urlhandler', - ] + 'serial.urlhandler', +] def serial_for_url(url, *args, **kwargs):