sherlock
sherlock copied to clipboard
Update __main__.py with f-strings instead of `%s` strings
F-strings are more recommended for formatting, as they are easier to read and faster. %s strings are outdated, and are not recommended to be used. F-strings also provide compatibility from Python 3.6 and anything newer, so would suit this project.