python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / error.py
index 40f281d9e05a9b9c6ea64b3a5b57c4d1cae30401..b6d0e9e11edbbcf8eadd9e024f6ab8e1520dec67 100644 (file)
@@ -2,9 +2,10 @@
 #
 # Copyright (c) 2019 Simon Marchi <simon.marchi@efficios.com>
 
-from bt2 import native_bt
 from collections import abc
 
+from bt2 import native_bt
+
 
 class ComponentClassType:
     SOURCE = native_bt.COMPONENT_CLASS_TYPE_SOURCE
This page took 0.033946 seconds and 4 git commands to generate.