#146: Use f-string
- Fix local
blockchain
code - Delete empty
api.elasticsearch
module - Use
f-string
as much as possible:- Replace
.format()
,%
,str + str
formats tof-string
format - Done as much as possible without putting too horrible operations in the f-string
- Kept
%
format into the logging for now, since it causes errors withpylint
andmypy
- Replace
Close #146 (closed).
Edited by Moul