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.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.