From 827f1d5e77a2577b4253d1c9814ac3e12bcea5ea Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 19 May 2023 20:58:50 -0400 Subject: [PATCH] Remove unnecessary import for my status report --- custom_templates/status.jinja | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_templates/status.jinja b/custom_templates/status.jinja index b08797c..f2ad0cd 100644 --- a/custom_templates/status.jinja +++ b/custom_templates/status.jinja @@ -154,7 +154,6 @@ Tony does not have a stream scheduled today. The next scheduled stream is in {{ {% macro tonyStatusReport(type,method) %} {% from 'status.jinja' import medReportTony, twitchStreamInfo %} -{% from 'time.jinja' import ct %} {% if type == 'meds' %} {{ medReportTony() }} {% endif %}