python: run isort on everything
[babeltrace.git] / src / bindings / python / bt2 / bt2 / field_path.py
index d16f0f36f6f6130f6157f908e26abe0c5e9f2c7c..d64d22861e4b7524f98a184f834a6f0df21fb9dd 100644 (file)
@@ -3,8 +3,9 @@
 # Copyright (c) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
 
 import collections
-from bt2 import native_bt
+
 from bt2 import object as bt2_object
+from bt2 import native_bt
 
 
 class FieldPathScope:
This page took 0.023586 seconds and 4 git commands to generate.