python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_event.py
index 970b7c2210470f879a2780ed1b64d77c239290e3..72490603475478aae10e2736ce85fd3d6835cf8f 100644 (file)
@@ -4,14 +4,14 @@
 #
 
 import unittest
+
 import bt2
 import utils
-from utils import TestOutputPortMessageIterator
-
 from bt2 import field as bt2_field
 from bt2 import stream as bt2_stream
 from bt2 import event_class as bt2_event_class
 from bt2 import clock_snapshot as bt2_clock_snapshot
+from utils import TestOutputPortMessageIterator
 
 
 class EventTestCase(unittest.TestCase):
This page took 0.023237 seconds and 4 git commands to generate.