[PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"

Thomas Huth posted 1 patch 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240719095408.33298-1-thuth@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
tests/avocado/mem-addr-space-check.py | 1 -
1 file changed, 1 deletion(-)
[PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
Posted by Thomas Huth 1 month, 2 weeks ago
The "signal" module is not used here, so we can remove this import
statement.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/avocado/mem-addr-space-check.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/avocado/mem-addr-space-check.py b/tests/avocado/mem-addr-space-check.py
index 85541ea051..d3974599f4 100644
--- a/tests/avocado/mem-addr-space-check.py
+++ b/tests/avocado/mem-addr-space-check.py
@@ -9,7 +9,6 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 from avocado_qemu import QemuSystemTest
-import signal
 import time
 
 class MemAddrCheck(QemuSystemTest):
-- 
2.45.2
Re: [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
On 19/7/24 11:54, Thomas Huth wrote:
> The "signal" module is not used here, so we can remove this import
> statement.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   tests/avocado/mem-addr-space-check.py | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



Re: [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
Posted by Daniel P. Berrangé 1 month, 2 weeks ago
On Fri, Jul 19, 2024 at 11:54:08AM +0200, Thomas Huth wrote:
> The "signal" module is not used here, so we can remove this import
> statement.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  tests/avocado/mem-addr-space-check.py | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|