revert: remove return statement added to prevent linter warnings
This commit is contained in:
parent
79eedf4fb7
commit
4c9cf3f4cf
1 changed files with 0 additions and 1 deletions
|
|
@ -134,7 +134,6 @@ def render_template(template, context=None, is_path=None, safe_render=True):
|
|||
title="Jinja Template Error",
|
||||
msg=f"<pre>{template}</pre><pre>{html.escape(get_traceback())}</pre>",
|
||||
)
|
||||
return ""
|
||||
|
||||
import time
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue