From 9e02492b1a421a5a585ed8ac78e9afe6ead980ac Mon Sep 17 00:00:00 2001 From: David Cameron Date: Tue, 25 Apr 2017 11:07:03 -0400 Subject: [PATCH] FIX: pylint --- pyciscospa/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyciscospa/client.py b/pyciscospa/client.py index 5b98fc9..42d0e01 100644 --- a/pyciscospa/client.py +++ b/pyciscospa/client.py @@ -1,6 +1,6 @@ """PyCiscoSPA.""" -import requests from xml.etree.ElementTree import fromstring +import requests from xmljson import parker STATUS_URL = "http://{}/admin/status.xml&xuser={}&xpassword={}"