python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / value.py
index d2cb4e076a11adc4f86eafecb9a9de3910a535c0..c938ff9046bba925db8b2d09b9f73f572c3aa4d4 100644 (file)
@@ -2,15 +2,16 @@
 #
 # 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
-from bt2 import error as bt2_error
-import collections.abc
-import functools
-import numbers
-import math
 import abc
+import math
+import numbers
+import functools
+import collections.abc
+
+from bt2 import error as bt2_error
+from bt2 import utils as bt2_utils
+from bt2 import object as bt2_object
+from bt2 import native_bt
 
 
 def _create_from_ptr_template(ptr, object_map):
This page took 0.024302 seconds and 4 git commands to generate.