python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_package.py
index f13f8eb0d4dfa863d2d096608c325b4004e582f1..6fd8425aec5cbfafb9bc2317c779320c46bc8565 100644 (file)
@@ -3,9 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import bt2
 import unittest
 
+import bt2
+
 
 class PackageTestCase(unittest.TestCase):
     def _assert_in_bt2(self, name):
This page took 0.023829 seconds and 4 git commands to generate.