python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_error.py
index b4b90ad5e9d532664f04884751e97cc71a8b4fcd..95d20ebc96b574416b062894db2dad8e0a97f9b9 100644 (file)
@@ -3,10 +3,11 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-from bt2 import native_bt
-import bt2
 import unittest
 
+import bt2
+from bt2 import native_bt
+
 
 class FailingIter(bt2._UserMessageIterator):
     def __next__(self):
This page took 0.02386 seconds and 4 git commands to generate.