Mark McClain
16365243da
pep8: enforce N537 -- remove translation wrappers from log calls
Remove N537 from the flake8 ignore list and fix all 39 violations
across 9 files: strip _LI(), _LE(), _LW(), and _() wrappers directly
inside LOG.* calls. oslo.log has never required translated strings;
these wrappers are Python 2-era dead weight.
Also remove the now-unused _LI, _LE, and _LW symbols from each
file's _i18n import, dropping the import line entirely where no
translation functions remain in use.
Change-Id: I637ea6a72e8ac210881f3874448bf0386040f060
2026-05-06 13:36:46 -04:00
2025-06-06 20:39:18 +00:00
2014-12-30 21:12:02 -08:00
2019-10-08 16:48:16 -04:00
2021-06-01 09:32:13 -07:00
2026-05-06 13:36:46 -04:00
2015-09-21 14:29:31 +00:00
2014-12-30 21:12:02 -08:00
2019-04-19 19:50:26 +00:00
2015-02-02 22:28:12 -08:00
2018-05-21 17:57:49 -04:00
2023-01-12 21:39:01 +00:00
2014-12-30 21:12:02 -08:00
2018-01-18 16:31:39 -08:00
2018-01-18 16:31:39 -08:00
2014-12-30 21:12:02 -08:00
2019-11-01 00:47:57 -07:00
2023-05-10 17:01:32 -07:00
2023-05-10 17:01:32 -07:00
2017-03-31 17:35:40 -04:00
2026-05-06 12:37:12 -04:00
2026-05-06 13:36:46 -04:00