From a4ed85ba9d8a53f3233da24fdf2820c949c67d8a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 20 Feb 2014 21:18:29 +0100 Subject: remove redundant assignment --- src/lxml/html/clean.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lxml') diff --git a/src/lxml/html/clean.py b/src/lxml/html/clean.py index 11253817..605ea86a 100644 --- a/src/lxml/html/clean.py +++ b/src/lxml/html/clean.py @@ -378,7 +378,6 @@ class Cleaner(object): for el in _remove: el.drop_tag() - allow_tags = self.allow_tags if self.remove_unknown_tags: if allow_tags: raise ValueError( -- cgit v1.2.1