python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_packet.py
index 5448c03c8fa5df893a5670d7924d92009790b767..77effadaddd0388232a64f6ffc93b458e51ffa66 100644 (file)
@@ -4,10 +4,11 @@
 #
 
 import unittest
+
 import utils
-from utils import run_in_component_init
-from bt2 import stream as bt2_stream
 from bt2 import field as bt2_field
+from bt2 import stream as bt2_stream
+from utils import run_in_component_init
 
 
 class PacketTestCase(unittest.TestCase):
This page took 0.02234 seconds and 4 git commands to generate.