diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-09 10:01:13 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-08-01 07:55:49 -0700 |
| commit | 095c852ef3cb93c5fb01ca44b1632d9dd2dae207 (patch) | |
| tree | a16dfe293af005bd0f819ab3455de8a2c175b4b7 /unittests | |
| parent | bf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae (diff) | |
| download | meson-095c852ef3cb93c5fb01ca44b1632d9dd2dae207.tar.gz | |
unittests/cargotests: fix pylint
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'unittests')
| -rw-r--r-- | unittests/cargotests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
