scripts: Remove extra trailing newlines from Python scripts
Fixing all instances so that it can be flagged in a pylint CI check later. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
48ee3ee837
commit
5c8fd84d12
8 changed files with 0 additions and 11 deletions
|
@ -246,7 +246,3 @@ if __name__ == "__main__":
|
|||
print(parser.parse(line))
|
||||
|
||||
print(parse(line, local_env))
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue