From f17090f3197e90b8fad15bc99453450492201b8f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 14:41:27 -0500 Subject: remove extra newlines from python files Remove all of the ending newlines at the end of the file, since this is apparently against pep8. --- vba_keyboard.py | 1 - 1 file changed, 1 deletion(-) (limited to 'vba_keyboard.py') 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 - -- cgit v1.2.3