west: completion.py: Fix bad indentation and blank lines at end of file
Fixing pylint warnings for a CI check. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
22274696a9
commit
1f0a8e5a3f
1 changed files with 1 additions and 2 deletions
|
@ -47,4 +47,3 @@ class Completion(WestCommand):
|
|||
print(f.read())
|
||||
except FileNotFoundError as e:
|
||||
log.die('Unable to find completion file: {}'.format(e))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue