aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_binding.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_binding.py')
-rw-r--r--tests/test_binding.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_binding.py b/tests/test_binding.py
index 1ed4b0a..94ee1cb 100644
--- a/tests/test_binding.py
+++ b/tests/test_binding.py
@@ -16,13 +16,12 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
-import pytest
import json
+import pytest
from requests.exceptions import HTTPError
from config_binding_service import get_consul_uri
from config_binding_service import client, controller
-
#####
# MONKEYPATCHES
#####