python: run isort on everything
[babeltrace.git] / tests / bindings / python / bt2 / test_trace_collection_message_iterator.py
index 954b149c33645fc47c625b60a7681f1c130f08b1..84b19cf9583ab63c4936eca39441e9b005f4baef 100644 (file)
@@ -3,12 +3,12 @@
 # Copyright (C) 2019 EfficiOS Inc.
 #
 
-import unittest
-import datetime
-import bt2
 import os
 import os.path
+import datetime
+import unittest
 
+import bt2
 
 _BT_TESTS_DATADIR = os.environ["BT_TESTS_DATADIR"]
 _BT_CTF_TRACES_PATH = os.environ["BT_CTF_TRACES_PATH"]
This page took 0.024652 seconds and 4 git commands to generate.