aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
433 stars 43 forks source link

Make consistent use of formatted string literals #141

Closed aedocw closed 6 months ago

aedocw commented 6 months ago

It's not really a big deal, but it looks kind of sloppy and inconsistent to mix formatted string literals in only sometimes. Best to make them all f-strings.