flyingcircusio / appenv

Self-contained bootstrapping/updating of Python applications deployed through shared repositories
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Prefer f-strings #43

Open darkdragon-001 opened 10 months ago

darkdragon-001 commented 10 months ago

F-strings are faster and more readable. They got introduced in Python 3.6.