poe format

This commit is contained in:
Micah Jerome Ellison 2023-03-25 14:31:41 -07:00
parent 25fe2fea8c
commit 05ee33a61a

View file

@ -187,7 +187,7 @@ def _get_template(args, config) -> str:
template_text = None
if (template_path):
if template_path:
template_text = read_template_file(template_path)
return template_text