python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_plugin.py
index 7c766c6994f14fc8f29f96db26eee3077a0fe2b0..d6f4c4a02e58ad4590dac1c9f5765d90933e52ef 100644 (file)
@@ -3,10 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import unittest
-import bt2
 import os
+import unittest
 
+import bt2
 
 _TEST_PLUGIN_PLUGINS_PATH = os.environ["BT_PLUGINS_PATH"]
 _TEST_PLUGIN_PLUGIN_EXTENSION_BY_OS = {"cygwin": "dll", "mingw": "dll"}
This page took 0.023807 seconds and 4 git commands to generate.