Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
missing docstring
  • Loading branch information
ralsina committed Aug 16, 2016
1 parent 9224cd1 commit 3159c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/template/jinja.py
Expand Up @@ -104,6 +104,7 @@ def render_template_to_string(self, template, context):
return self.lookup.from_string(template).render(**context)

def get_deps(self, filename):
"""Return paths to dependencies for the template loaded from filename."""
deps = set([])
with open(filename) as fd:
source = fd.read()
Expand Down

0 comments on commit 3159c4b

Please sign in to comment.