python: run isort on everything
[babeltrace.git] / tests / data / cli / exit_status / bt_plugin_test_cli_exit_status.py
index d651e25130ea41c5ae32b56259b002012b1de1c7..327d052bf9a99acaa629fc15481f948d472a8e51 100644 (file)
@@ -3,10 +3,11 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import bt2
-import signal
 import os
 import time
+import signal
+
+import bt2
 
 bt2.register_plugin(__name__, "test_exit_status")
 
This page took 0.022583 seconds and 4 git commands to generate.