python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_value.py
index 62b09888d796043c75f887f2a3aac772f799a72b..4a9c0a502b184d1b58928c2c77b2ab94a33cb79d 100644 (file)
@@ -3,12 +3,13 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-from functools import partial, partialmethod
+import copy
+import math
 import operator
-import collections
 import unittest
-import math
-import copy
+import collections
+from functools import partial, partialmethod
+
 import bt2
 
 
This page took 0.02385 seconds and 4 git commands to generate.