Skip to content

Commit

Permalink
Remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Oct 4, 2020
1 parent 0e3654f commit 848d244
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions logya/template2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ def render(tpl, variables, pre_render=None):
if pre_render and pre_render in variables:
variables[pre_render] = env.from_string(variables[pre_render]).render(variables)
return env.get_template(tpl).render(variables)










0 comments on commit 848d244

Please sign in to comment.