python: run isort on everything
[babeltrace.git] / tests / data / plugins / src.ctf.lttng-live / lttng_live_server.py
index 4e4a9b6d87ab42de899f8f58b3cc96a70c7f2b85..cd659f49d1b9ea641e378570b5495e5be6167adc 100644 (file)
@@ -3,17 +3,17 @@
 # Copyright (C) 2019 Philippe Proulx <pproulx@efficios.com>
 #
 
-import argparse
-import collections.abc
-import logging
 import os
-import os.path
 import re
+import sys
+import json
 import socket
 import struct
-import sys
+import logging
+import os.path
+import argparse
 import tempfile
-import json
+import collections.abc
 from collections import namedtuple
 
 
This page took 0.02316 seconds and 4 git commands to generate.