python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_query_executor.py
index 0b7296a485c8a9bb882f0a46c35afe9ba84a220b..466ebb5f29bd6003b73d0559bda1a2ccf3348254 100644 (file)
@@ -3,9 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
+import re
 import unittest
+
 import bt2
-import re
 
 
 class QueryExecutorTestCase(unittest.TestCase):
This page took 0.024983 seconds and 4 git commands to generate.