#146: Use f-string
- Fix local
blockchaincode - Delete empty
api.elasticsearchmodule - Use
f-stringas much as possible:- Replace
.format(),%,str + strformats tof-stringformat - 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 withpylintandmypy
- Replace
Close #146 (closed).
Edited by Moul