python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / clock_class.py
index 576fb7cb6ba581a803b5fb57a612221dfb4764ce..c7527c7722d91bc447b70807df3d24c870484270 100644 (file)
@@ -2,11 +2,12 @@
 #
 # Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
 
-from bt2 import native_bt
-from bt2 import object as bt2_object
+import uuid as uuidp
+
 from bt2 import utils as bt2_utils
 from bt2 import value as bt2_value
-import uuid as uuidp
+from bt2 import object as bt2_object
+from bt2 import native_bt
 
 
 class ClockClassOffset:
This page took 0.024304 seconds and 4 git commands to generate.