Skip to content
Commit 227ce89c authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

edtlib: use f-strings where it makes sense



Similarly to what was done for dtlib, use f-strings in places where it
improves readability. Some places, e.g. __repr__ methods that
construct a string using something like

    "<SomeType, {}>".format(", ".join(...))

are better left off as-is.

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent 66ee3d29
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment