From 095c852ef3cb93c5fb01ca44b1632d9dd2dae207 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 9 Jun 2025 10:01:13 +0200 Subject: unittests/cargotests: fix pylint Signed-off-by: Paolo Bonzini --- unittests/cargotests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/cargotests.py b/unittests/cargotests.py index eeb676bd2..611ed8815 100644 --- a/unittests/cargotests.py +++ b/unittests/cargotests.py @@ -8,7 +8,7 @@ import tempfile import textwrap import typing as T -from mesonbuild.cargo import builder, cfg, load_wraps +from mesonbuild.cargo import cfg, load_wraps from mesonbuild.cargo.cfg import TokenType from mesonbuild.cargo.version import convert -- cgit v1.2.3