summaryrefslogtreecommitdiff
path: root/functionaltests/client/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/client/base.py')
-rw-r--r--functionaltests/client/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/functionaltests/client/base.py b/functionaltests/client/base.py
index f408f1f..2664b15 100644
--- a/functionaltests/client/base.py
+++ b/functionaltests/client/base.py
@@ -13,11 +13,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
-import logging
+from barbicanclient import client
from functionaltests.base import BaseTestCase
from functionaltests.common import config
-from barbicanclient import client
from keystoneauth1 import identity
from keystoneauth1 import session