tests/functional: Remove unnecessary import statements

pylint complains about these unnecessary import statements,
so let's remove them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250414145457.261734-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Thomas Huth 2025-04-14 16:54:57 +02:00
parent 858640eaee
commit 99fb9256b7
20 changed files with 17 additions and 48 deletions

View file

@ -13,7 +13,7 @@ import os
import stat
import shutil
from urllib.parse import urlparse
from subprocess import run, CalledProcessError, DEVNULL
from subprocess import run, CalledProcessError
from .asset import Asset