* [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
@ 2024-07-19 9:54 Thomas Huth
2024-07-19 10:02 ` Daniel P. Berrangé
2024-07-19 12:47 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2024-07-19 9:54 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel
Cc: Cleber Rosa, Wainer dos Santos Moschetta, Beraldo Leal,
qemu-trivial
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
2024-07-19 9:54 [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal" Thomas Huth
@ 2024-07-19 10:02 ` Daniel P. Berrangé
2024-07-19 12:47 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2024-07-19 10:02 UTC (permalink / raw)
To: Thomas Huth
Cc: Philippe Mathieu-Daudé, qemu-devel, Cleber Rosa,
Wainer dos Santos Moschetta, Beraldo Leal, qemu-trivial
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 :|
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
2024-07-19 9:54 [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal" Thomas Huth
2024-07-19 10:02 ` Daniel P. Berrangé
@ 2024-07-19 12:47 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-07-19 12:47 UTC (permalink / raw)
To: Thomas Huth, qemu-devel
Cc: Cleber Rosa, Wainer dos Santos Moschetta, Beraldo Leal,
qemu-trivial
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-19 12:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 9:54 [PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal" Thomas Huth
2024-07-19 10:02 ` Daniel P. Berrangé
2024-07-19 12:47 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).