python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / plugin.py
index 1a3a6de55ce6b9474c19454adfdacbf405f1b315..0c9906679125773f3d449e9ff4396d60c041be84 100644 (file)
@@ -2,12 +2,13 @@
 #
 # Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
 
-from bt2 import native_bt
-from bt2 import object as bt2_object
-from bt2 import utils as bt2_utils
+import os.path
 import collections.abc
+
+from bt2 import utils as bt2_utils
+from bt2 import object as bt2_object
 from bt2 import component as bt2_component
-import os.path
+from bt2 import native_bt
 
 
 def find_plugins_in_path(path, recurse=True, fail_on_load_error=False):
This page took 0.027078 seconds and 4 git commands to generate.