scripts: Remove unused imports in all Python scripts
Discovered with pylint3. Upstream open-amp PR: https://github.com/OpenAMP/open-amp/pull/168 Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
12ba9dfa52
commit
d5b0bd14e3
13 changed files with 4 additions and 23 deletions
|
@ -11,8 +11,8 @@ While every LineRule can be implemented as a CommitRule, it's usually easier and
|
|||
that fits your needs.
|
||||
"""
|
||||
|
||||
from gitlint.rules import CommitRule, RuleViolation, TitleRegexMatches, CommitMessageTitle, LineRule, CommitMessageBody
|
||||
from gitlint.options import IntOption, BoolOption, StrOption, ListOption
|
||||
from gitlint.rules import CommitRule, RuleViolation, CommitMessageTitle, LineRule, CommitMessageBody
|
||||
from gitlint.options import IntOption, StrOption
|
||||
import re
|
||||
|
||||
class BodyMinLineCount(CommitRule):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue