mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
verification/dot2k: Delete duplicate imports
The presence of duplicate import lines appears to be a typo.
Removing them.
Link: https://lore.kernel.org/r/20230906155703.3917918-1-alessandro.carminati@gmail.com
Fixes: 24bce201d7
("tools/rv: Add dot2k")
Signed-off-by: Alessandro Carminati (Red Hat) <alessandro.carminati@gmail.com>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
This commit is contained in:
parent
ffc253263a
commit
a0c04a3243
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user