mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
- reserved words: map -> xlate - add missing docstrings - convert to recommended constructs: proto in (foo, bar) - drop unused 'f' format strings: f"" - too short exception vars: e -> err, d -> entry - drop unnecessary () in if expressions - add whitespace for readability and navigation Signed-off-by: Joachim Wiberg <troglobit@gmail.com>