python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / utils.py
index 6ce992af7df83915119d0f5c2c8e1620826005e4..c8fb517152d2107a64bd90ae3a9125a1293ab8c8 100644 (file)
@@ -3,9 +3,9 @@
 # Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
 
 
+from bt2 import error as bt2_error
 from bt2 import logging as bt2_logging
 from bt2 import native_bt
-from bt2 import error as bt2_error
 
 
 class UnknownObject(Exception):
This page took 0.023378 seconds and 4 git commands to generate.