Reformat Python files with Black v20.8b1
[babeltrace.git] / tests / data / plugins / src.ctf.lttng-live / lttng_live_server.py
index 9bff60863a39bfbb8c0f9008be060b27b48da014..be42ac4f3c2fbc58b96cb736fde03d32af64d22a 100644 (file)
@@ -1533,7 +1533,9 @@ if __name__ == '__main__':
         help='Prefix to prepend to the trace paths of session configurations',
     )
     parser.add_argument(
-        '--sessions-filename', type=str, help='Path to a session configuration file',
+        '--sessions-filename',
+        type=str,
+        help='Path to a session configuration file',
     )
     parser.add_argument(
         '-h',
This page took 0.023587 seconds and 4 git commands to generate.