python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / message.py
index 9947dffb536565392d3b27c5d02d0bd20cbb8ecb..c56f696190c3c7cb1ed2bf59ccb87b3fd9df9115 100644 (file)
@@ -2,13 +2,13 @@
 #
 # Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
 
-from bt2 import native_bt
-from bt2 import object as bt2_object
+from bt2 import event as bt2_event
 from bt2 import utils as bt2_utils
-from bt2 import clock_snapshot as bt2_clock_snapshot
+from bt2 import object as bt2_object
 from bt2 import packet as bt2_packet
 from bt2 import stream as bt2_stream
-from bt2 import event as bt2_event
+from bt2 import native_bt
+from bt2 import clock_snapshot as bt2_clock_snapshot
 
 
 def _create_from_ptr(ptr):
This page took 0.02329 seconds and 4 git commands to generate.