telegram-backup-dump icon indicating copy to clipboard operation
telegram-backup-dump copied to clipboard

(PYL-C0209) Consider using f-strings

Open EDM115 opened this issue 2 years ago • 0 comments

Description

f-strings are the fastest way to format strings as compared to the following methods: * using format specifiers %

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/EDM115/telegram-backup-dump/issue/PYL-C0209/occurrences/

EDM115 avatar Dec 18 '22 11:12 EDM115