diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-06-16 21:27:52 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-06-16 22:31:35 +0200 |
commit | 0474ad9c7209a64bd54e34ef8ae17612406969b5 (patch) | |
tree | 7223e46026fac7da2d62281cbc9cb2898eacdfdf | |
parent | zebra: ret is always -1 or 0 at this point so remove the if test (diff) | |
download | frr-0474ad9c7209a64bd54e34ef8ae17612406969b5.tar.xz frr-0474ad9c7209a64bd54e34ef8ae17612406969b5.zip |
python: Remove redundant import of subprocess
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
-rw-r--r-- | python/tiabwarfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tiabwarfo.py b/python/tiabwarfo.py index 265173e31..4a6cd6ad7 100644 --- a/python/tiabwarfo.py +++ b/python/tiabwarfo.py @@ -21,7 +21,6 @@ import os import subprocess import re import argparse -import subprocess import json structs = ['xref', 'xref_logmsg', 'xref_threadsched', 'xref_install_element', 'xrefdata', 'xrefdata_logmsg', 'cmd_element'] |