#33883 closed Cleanup/optimization (wontfix)

refactor: use f-strings

Reported by: Alex Owned by: nobody
Component: Database layer (models, ORM) Version: 4.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

replace old style formatting with f-strings
in expressions.py

Change History (1)

comment:1 by Mariusz Felisiak, 21 months ago

Resolution: wontfix
Status: newclosed

Thanks for this patch, however we don't see anything wrong in using %-formatting as described in Python coding style.

Note: See TracTickets for help on using tickets.
Back to Top