]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tools: pylint dbus_exporter.py
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 17 Jul 2023 16:38:54 +0000 (18:38 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 10 Aug 2023 09:08:17 +0000 (11:08 +0200)
tools/dbus_exporter.py

index f94f261e0797149ac91e46bd5ea420c4b972b648..819584dcbab0de5518b09f2a9e8317587c5ec47f 100755 (executable)
@@ -2,7 +2,8 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 from argparse import ArgumentParser
 from pathlib import Path
-from subprocess import run, PIPE
+from subprocess import PIPE, run
+
 
 def extract_interfaces_xml(output_dir, executable):
     proc = run(