From 251083142fe4c114753cef12c37589bd55761912 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 1 Mar 2001 08:31:39 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/test/test_future.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py index 36a13460f612..1ffda5e36f88 100644 --- a/Lib/test/test_future.py +++ b/Lib/test/test_future.py @@ -42,4 +42,3 @@ try: import test_future7 except SyntaxError, msg: check_error_location(str(msg)) - -- 2.47.3