Opened 2 years ago
Closed 2 years ago
#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
Note:
See TracTickets
for help on using tickets.
Thanks for this patch, however we don't see anything wrong in using
%
-formatting as described in Python coding style.