Skip to content
Commit 1e49f2f5 authored by Lingkai Dong's avatar Lingkai Dong
Browse files

azure-update: Consistently use f-strings



Since Python 3.6, f-strings is the modern, readable way to format
strings. Most other scripts in this repository already use f-strings, so
for consistency, use only f-strings instead of concatenations and
`.format()` in `azure_device_update.py`.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent fec2f197
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment