mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 11:25:41 +00:00
python: Remove redundant import of subprocess
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
87472c6999
commit
0474ad9c72
@ -21,7 +21,6 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
import re
|
import re
|
||||||
import argparse
|
import argparse
|
||||||
import subprocess
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
structs = ['xref', 'xref_logmsg', 'xref_threadsched', 'xref_install_element', 'xrefdata', 'xrefdata_logmsg', 'cmd_element']
|
structs = ['xref', 'xref_logmsg', 'xref_threadsched', 'xref_install_element', 'xrefdata', 'xrefdata_logmsg', 'cmd_element']
|
||||||
|
Loading…
Reference in New Issue
Block a user