From 8b1932cf2d39cb55072b099c9498ea108d8e5414 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 17 Jul 2023 18:38:54 +0200 Subject: [PATCH] tools: pylint dbus_exporter.py --- tools/dbus_exporter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/dbus_exporter.py b/tools/dbus_exporter.py index f94f261e07..819584dcba 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( -- 2.25.1