Enable black and pylint in tox, and update code accordingly
[osm/osmclient.git] / osmclient / client.py
index fe64f1c..a076fc4 100644 (file)
@@ -24,6 +24,7 @@ from osmclient.sol005 import client as sol005client
 import logging
 import verboselogs
 
+# pylint: disable=E1101
 verboselogs.install()