python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_connection.py
index 7ec6bb01188980c04bc22a0cfa1673b3bd67603a..4664ffce6ee19da413e22f48df5d8c111d59cd75 100644 (file)
@@ -4,9 +4,10 @@
 #
 
 import unittest
+
 import bt2
-from bt2 import connection as bt2_connection
 from bt2 import port as bt2_port
+from bt2 import connection as bt2_connection
 
 
 class ConnectionTestCase(unittest.TestCase):
This page took 0.023133 seconds and 4 git commands to generate.