Enable black and pylint in tox, and update code accordingly
[osm/osmclient.git] / osmclient / sol005 / client.py
index b6f12b3..a69f3cc 100644 (file)
@@ -131,7 +131,9 @@ class Client(object):
 
             token = json.loads(resp) if resp else None
             if token.get("message") == "change_password" and not pwd_change:
-                raise ClientException("Password Expired. Please update the password using change_password option")
+                raise ClientException(
+                    "Password Expired. Please update the password using change_password option"
+                )
             self._token = token["id"]
 
             if self._token is not None: