Closed andreas-bauer closed 10 months ago
In this PR, the existing consts are used for LABEL_IDS and LABEL_IDS_VERBOSE. Further, the lambdas is_event and is_junctor are replaced with functions based on the linter recommendation E731.
LABEL_IDS
LABEL_IDS_VERBOSE
is_event
is_junctor
In this PR, the existing consts are used for
LABEL_IDS
andLABEL_IDS_VERBOSE
. Further, the lambdasis_event
andis_junctor
are replaced with functions based on the linter recommendation E731.