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:
Ulf Magnusson 2019-09-02 15:28:02 +02:00 committed by Anas Nashif
commit 1f0a8e5a3f

View file

@ -47,4 +47,3 @@ class Completion(WestCommand):
print(f.read())
except FileNotFoundError as e:
log.die('Unable to find completion file: {}'.format(e))