Remove unnecessary import for my status report

This commit is contained in:
2023-05-19 20:58:50 -04:00
parent 686934fd78
commit 827f1d5e77

View File

@ -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 %}