python: run isort on everything
[babeltrace.git] / tests / data / plugins / flt.lttng-utils.debug-info / bt_plugin_test_debug_info.py
index cc9bc53b934679b22bef2d86b45361f38a6b9afb..efbdb8e3dff6112f41cdc398c2b79e3ea6fd7a41 100644 (file)
@@ -3,9 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import bt2
 import math
 
+import bt2
+
 bt2.register_plugin(__name__, "test_debug_info")
 
 
This page took 0.034698 seconds and 4 git commands to generate.