python: Remove redundant import of subprocess

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-06-16 15:27:52 -04:00
parent 87472c6999
commit 0474ad9c72
1 changed files with 0 additions and 1 deletions

View File

@ -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']