[13.0][FIX] _py3o_parser_context._old_format_lang useless env param in calling _format_date

pull/467/head
hda 2021-01-20 14:59:27 +01:00
parent f95a30c90d
commit 365898c459
1 changed files with 1 additions and 1 deletions

View File

@ -130,4 +130,4 @@ class Py3oParserContext(object):
no_break_space=True,
)
return self._format_date(self._env, value)
return self._format_date(value)