python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_field.py
index e7517941335c84b3506e9ea3ee23766a37d4c226..e72c0ef09ee7c63554321e2a63893eb0c89b5d61 100644 (file)
@@ -3,16 +3,16 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-from functools import partial, partialmethod
+import copy
+import math
 import operator
 import unittest
-import math
-import copy
 import itertools
 import collections
-import bt2
-from utils import get_default_trace_class, create_const_field
+from functools import partial, partialmethod
 
+import bt2
+from utils import create_const_field, get_default_trace_class
 
 _COMP_BINOPS = (operator.eq, operator.ne)
 
This page took 0.023341 seconds and 4 git commands to generate.