Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flake8
  • Loading branch information
ralsina committed Jul 5, 2018
1 parent 6aeb1e3 commit 032cf69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nikola/post.py
Expand Up @@ -664,8 +664,7 @@ def compile(self, lang):
self.source_path, self.date))

def fragment_deps(self, lang):
"""Return a list of dependencies to build this post's fragment.
"""
"""Return a list of dependencies to build this post's fragment."""
deps = [self.source_path]
if os.path.isfile(self.metadata_path):
deps.append(self.metadata_path)
Expand Down

0 comments on commit 032cf69

Please sign in to comment.