From: Frantisek Sumsal Date: Mon, 17 Jul 2023 16:38:54 +0000 (+0200) Subject: tools: pylint dbus_exporter.py X-Git-Tag: v255-rc1~762^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b1932cf2d39cb55072b099c9498ea108d8e5414;p=thirdparty%2Fsystemd.git tools: pylint dbus_exporter.py --- diff --git a/tools/dbus_exporter.py b/tools/dbus_exporter.py index f94f261e079..819584dcbab 100755 --- a/tools/dbus_exporter.py +++ b/tools/dbus_exporter.py @@ -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(