mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
patchtest: remove unused imports
(From OE-Core rev: be8429d986335aae65c2426862b97836ba46e42a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ba54e29ff
commit
4cea51a9ad
@@ -16,7 +16,6 @@
|
|||||||
import os
|
import os
|
||||||
import argparse
|
import argparse
|
||||||
import collections
|
import collections
|
||||||
import tempfile
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
logger=logging.getLogger('patchtest')
|
logger=logging.getLogger('patchtest')
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
import os
|
import os
|
||||||
import utils
|
import utils
|
||||||
import logging
|
import logging
|
||||||
import json
|
|
||||||
from patch import PatchTestPatch
|
from patch import PatchTestPatch
|
||||||
|
|
||||||
logger = logging.getLogger('patchtest')
|
logger = logging.getLogger('patchtest')
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
import base
|
import base
|
||||||
import os
|
|
||||||
import parse_cve_tags
|
import parse_cve_tags
|
||||||
import pyparsing
|
import pyparsing
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
import subprocess
|
|
||||||
import collections
|
import collections
|
||||||
import base
|
import base
|
||||||
import pyparsing
|
import pyparsing
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
import subprocess
|
|
||||||
import base
|
import base
|
||||||
import os
|
import os
|
||||||
import pyparsing
|
import pyparsing
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
import base
|
import base
|
||||||
import os
|
|
||||||
import pyparsing
|
import pyparsing
|
||||||
|
|
||||||
class CVE(base.Base):
|
class CVE(base.Base):
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
import base
|
import base
|
||||||
import parse_upstream_status
|
import parse_upstream_status
|
||||||
import pyparsing
|
import pyparsing
|
||||||
import os
|
|
||||||
|
|
||||||
class PatchUpstreamStatus(base.Base):
|
class PatchUpstreamStatus(base.Base):
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import logging
|
import logging
|
||||||
import sys
|
|
||||||
import re
|
import re
|
||||||
import mailbox
|
import mailbox
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import unittest
|
import unittest
|
||||||
import fileinput
|
|
||||||
import logging
|
import logging
|
||||||
import traceback
|
import traceback
|
||||||
import json
|
import json
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ import mailbox
|
|||||||
import argparse
|
import argparse
|
||||||
import re
|
import re
|
||||||
import git
|
import git
|
||||||
import sys
|
|
||||||
|
|
||||||
re_prefix = re.compile("(\[.*\])", re.DOTALL)
|
re_prefix = re.compile("(\[.*\])", re.DOTALL)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user