Arm backend: mypy fixes (#8092)
Fix mypy warnings in arm_vela.py In arm_vela.py, function vela_compile() there is a reuse of the variable block_length that was of different type between uses and mypy complained. Change name of block_length that is used inside the loop to block_length_bytes since its not a int. Fix mypy warnings in arm_model_evaluator.py Annotate a dict to fix mypy warning.
P
per held committed
9d4e1ee0bc794f1b43a2c6aa29fbe61bb8dfcb06
Parent: ce93291
Committed by GitHub <noreply@github.com>
on 1/31/2025, 1:31:12 PM