From: Stephen Finucane Date: Fri, 9 Sep 2016 16:20:58 +0000 (+0100) Subject: trivial: Remove unreachable code X-Git-Tag: v2.0.0-rc1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff27e0bd37301abcbe3e4490024b6b977538e358;p=thirdparty%2Fpatchwork.git trivial: Remove unreachable code Signed-off-by: Stephen Finucane Reviewed-by: Daniel Axtens --- diff --git a/patchwork/filters.py b/patchwork/filters.py index 2664b948..fca90087 100644 --- a/patchwork/filters.py +++ b/patchwork/filters.py @@ -73,7 +73,6 @@ class Filter(object): if self.forced: return mark_safe('%s' % ( self.param, self.condition())) - return self.condition() return self._form() def kwargs(self):