This commit is contained in:
Giacomo Leidi 2023-10-10 17:57:20 +02:00
parent 95e508f70e
commit 2ee3e6238a
No known key found for this signature in database
GPG Key ID: D075F59A480549C3
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class AbstractEventFormatter(LoggerMixin, ConfLoaderMixin):
return self._conf[1]
def _get_template(self, configured_template, default_generator):
def _get_template(self, configured_template, default_generator) -> Template:
if configured_template:
return JINJA_ENV.get_template(configured_template)
else: