python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / connection.py
index 71066ac61e19b7443c7ff7d6c27fc976a2b53e78..cdbe271ec109e4f0a05f6f4db05ab6a45c3adf0f 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
 
-from bt2 import native_bt
 from bt2 import port as bt2_port
 from bt2 import object as bt2_object
+from bt2 import native_bt
 
 
 class _ConnectionConst(bt2_object._SharedObject):
This page took 0.02299 seconds and 4 git commands to generate.