From 2a3e3b1d5e819ae3e2348dff49a7906181e09ab5 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 24 May 2015 20:16:47 +0300 Subject: [PATCH] Remove trailing whitespace. --- pylint/checkers/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/checkers/strings.py b/pylint/checkers/strings.py index 415a5884c..26408358c 100644 --- a/pylint/checkers/strings.py +++ b/pylint/checkers/strings.py @@ -168,7 +168,7 @@ def collect_string_fields(format_string): # to trigger the format-combined-specification check. yield "" yield "1" - return + return raise utils.IncompleteFormatString(format_string) def parse_format_method_string(format_string):