summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/test_initializer.py
diff options
context:
space:
mode:
authorIlya Shakhat <shakhat@gmail.com>2020-04-20 12:40:44 +0200
committerIlya Shakhat <shakhat@gmail.com>2020-04-20 12:43:51 +0200
commit3fc760ad240181eb1133e1ee2b51772ad6dca15e (patch)
treef4500e435a863f1b8b05becd42b524b8843cf5b2 /osprofiler/tests/unit/test_initializer.py
parent6a4d27f7b771e456928fe07a0c5f445484396fb0 (diff)
downloadosprofiler-3fc760ad240181eb1133e1ee2b51772ad6dca15e.tar.gz
Enforce order of import statements
This patch adds flake8-import-order plugin and fixes all found issues. Change-Id: Ibbeae4afeb737401de48fb2e7e225eb0a969908b
Diffstat (limited to 'osprofiler/tests/unit/test_initializer.py')
-rw-r--r--osprofiler/tests/unit/test_initializer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/osprofiler/tests/unit/test_initializer.py b/osprofiler/tests/unit/test_initializer.py
index ef8169a..21d20c3 100644
--- a/osprofiler/tests/unit/test_initializer.py
+++ b/osprofiler/tests/unit/test_initializer.py
@@ -10,9 +10,10 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
from unittest import mock
+import testtools
+
from osprofiler import initializer