python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / component_descriptor.py
index 4decafecd1ea4e33e5a39ea77bc9e9cc74fa57c9..35179ab7bcdab5f2724411471d5fa900236d1fff 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
 
-from bt2 import native_bt
-from bt2 import component as bt2_component
 from bt2 import value as bt2_value
+from bt2 import component as bt2_component
+from bt2 import native_bt
 
 
 def _is_source_comp_cls(comp_cls):
This page took 0.02414 seconds and 4 git commands to generate.