mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix flake8 error
This commit is contained in:
parent
4603cf9627
commit
b2f0f85802
1 changed files with 0 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue