python: run isort on everything
[babeltrace.git] / tests / python-plugin-provider / test_python_plugin_provider.py
index c48d2dc985180779998a8687c0e0a29912ea3f2a..7f9f46d906553a8cf95b1c86be163c59b5635730 100644 (file)
@@ -3,9 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
+import os
 import unittest
+
 import bt2
-import os
 
 
 class PythonPluginProviderTestCase(unittest.TestCase):
This page took 0.024491 seconds and 4 git commands to generate.