python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_interrupter.py
index 636c03e477554b019a5f70ded696a04dc28bd7dc..c7f44350d83ebee8b0c2f9eae2991192269ebc92 100644 (file)
@@ -3,9 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import bt2
 import unittest
 
+import bt2
+
 
 class InterrupterTestCase(unittest.TestCase):
     def setUp(self):
This page took 0.023351 seconds and 4 git commands to generate.