python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_stream.py
index 25dc5600a7030b851faf15acdc068d7386a287e0..bae158b16565e4dfc335948fa6a1b295a62d69fc 100644 (file)
@@ -4,12 +4,13 @@
 #
 
 import unittest
+
 import utils
-from utils import run_in_component_init
 from bt2 import trace as bt2_trace
-from bt2 import stream as bt2_stream
 from bt2 import value as bt2_value
+from bt2 import stream as bt2_stream
 from bt2 import stream_class as bt2_stream_class
+from utils import run_in_component_init
 
 
 class StreamTestCase(unittest.TestCase):
This page took 0.02496 seconds and 4 git commands to generate.