python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / utils.py
index c59fd8d57d27d41c8b3aa41672f909c21132d35e..3a5fcb058fdad8327442aa714506e1b0216ca842 100644 (file)
@@ -3,9 +3,10 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import bt2
 import collections.abc
 
+import bt2
+
 
 # Run callable `func` in the context of a component's __init__ method.  The
 # callable is passed the Component being instantiated.
This page took 0.026299 seconds and 4 git commands to generate.