* [PATCH v2] verification/dot2k: Delete duplicate imports
@ 2023-09-06 15:57 Alessandro Carminati (Red Hat)
2023-09-14 11:45 ` Daniel Bristot de Oliveira
0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Carminati (Red Hat) @ 2023-09-06 15:57 UTC (permalink / raw)
Cc: Daniel Bristot de Oliveira, Steven Rostedt, Alessandro Carminati,
linux-trace-kernel, linux-kernel
The presence of duplicate import lines appears to be a typo.
Removing them.
Fixes: 24bce201d798 ("tools/rv: Add dot2k")
Signed-off-by: Alessandro Carminati (Red Hat) <alessandro.carminati@gmail.com>
---
tools/verification/dot2/dot2k | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/verification/dot2/dot2k b/tools/verification/dot2/dot2k
index 9dcd38abe20a..d4d7e52d549e 100644
--- a/tools/verification/dot2/dot2k
+++ b/tools/verification/dot2/dot2k
@@ -15,8 +15,6 @@ if __name__ == '__main__':
import os
import platform
import sys
- import sys
- import argparse
parser = argparse.ArgumentParser(description='transform .dot file into kernel rv monitor')
parser.add_argument('-d', "--dot", dest="dot_file", required=True)
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-14 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 15:57 [PATCH v2] verification/dot2k: Delete duplicate imports Alessandro Carminati (Red Hat)
2023-09-14 11:45 ` Daniel Bristot de Oliveira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox