diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:41:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:41:27 -0500 |
commit | f17090f3197e90b8fad15bc99453450492201b8f (patch) | |
tree | 1f07169766d51318d04b45e3896229026d961687 /vba_keyboard.py | |
parent | 7ea430ac9adf96d8782ac22f42464453130befef (diff) |
remove extra newlines from python files
Remove all of the ending newlines at the end of the file, since this is
apparently against pep8.
Diffstat (limited to 'vba_keyboard.py')
-rw-r--r-- | vba_keyboard.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vba_keyboard.py b/vba_keyboard.py index bbe85b0..7d57953 100644 --- a/vba_keyboard.py +++ b/vba_keyboard.py @@ -560,4 +560,3 @@ def plan_typing(text, current="A"): buttons.append("a") current = target return buttons - |