mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
run pre-commit
This commit is contained in:
@@ -92,12 +92,11 @@ class Py3oParserContext(object):
|
||||
self._env, value, lang_code=lang_code, date_format=date_format
|
||||
)
|
||||
|
||||
def _format_datetime(self, value, tz=False, dt_format='medium', lang_code=False):
|
||||
def _format_datetime(self, value, tz=False, dt_format="medium", lang_code=False):
|
||||
return misc.format_datetime(
|
||||
self._env, value, tz=tz, dt_format=dt_format, lang_code=lang_code
|
||||
)
|
||||
|
||||
|
||||
def _old_format_lang(
|
||||
self,
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user