beremiz

Fixed more pylint reports :

2019-03-11, Edouard Tisserant
1378c18402c3
Fixed more pylint reports :
connectors/__init__.py:31: [W1652(deprecated-types-field), ] Accessing a deprecated fields on the types module
in fact, it should have been unused import.
Asynchronous Python Interpreter