Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 1, 2021
1 parent f122ac6 commit 4818192
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions isso/ext/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,6 @@ def render_template(
with self.wh_template.open("r") as in_file:
tpl_json_data = json.load(in_file)
tpl_str = Template(json.dumps(tpl_json_data))
print(type(tpl_str))

# build URLs
comment_urls = self.comment_urls(thread, comment)

# substitute
out_msg = tpl_str.substitute(
Expand Down

0 comments on commit 4818192

Please sign in to comment.