From b2f0f85802972a8a80577653c929662b351928a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles=20Fl=C3=A8che?= Date: Sat, 14 Oct 2017 02:50:30 +0700 Subject: [PATCH] Fix flake8 error --- pelican/contents.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pelican/contents.py b/pelican/contents.py index 88089e47..0e919ee8 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -149,7 +149,6 @@ class Content(object): self.metadata[key] = value setattr(self, key.lower(), value) - # store the summary metadata if it is set if 'summary' in self.metadata: self._summary = self.metadata['summary']