JulianFrattini / cira

Python package for functions around the causality in requirements artifacts (CiRA) initiative.
http://www.cira.bth.se/
Apache License 2.0
10 stars 1 forks source link

Refactor constants.py to use existing consts in label lists #81

Closed andreas-bauer closed 10 months ago

andreas-bauer commented 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.