f-strings everywhere
This commit is contained in:
parent
524fd0bc8c
commit
2ae740dd49
35 changed files with 227 additions and 245 deletions
|
|
@ -52,4 +52,4 @@ Example usage::
|
|||
files = request.files
|
||||
# At this point the hash is fully constructed.
|
||||
checksum = hash.hexdigest()
|
||||
return 'Hash was: %s' % checksum
|
||||
return f"Hash was: {checksum}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue