mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-11-19 00:06:00 +00:00
This warns for stuff like this, where the else is unnecessary:
if thing:
return 1
else:
return 2
Which is harmless. Some people even prefer it that way.
2.4 KiB
2.4 KiB