Skip to content
Commit a3793098 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Anas Nashif
Browse files

xtensa: xtensa_intgen.py: Change 'not lvl in ...' to 'lvl not in ...'



Use the 'not in' operator. Fixes this pylint warning:

    arch/xtensa/core/xtensa_intgen.py:77:7: C0113: Consider changing
    "not lvl in ints_by_lvl" to "lvl not in ints_by_lvl" (unneeded-not)

Fixing pylint warnings for a CI check.

Signed-off-by: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent 0d39a10f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment