mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
patman: Correct pylint errors
Fix pylint errors that can be fixed and mask those that seem to be incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f9a719e295
commit
32cc6ae273
11 changed files with 39 additions and 33 deletions
|
@ -31,7 +31,7 @@ class Commit:
|
|||
"""
|
||||
def __init__(self, hash):
|
||||
self.hash = hash
|
||||
self.subject = None
|
||||
self.subject = ''
|
||||
self.tags = []
|
||||
self.changes = {}
|
||||
self.cc_list = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue