TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

Remove `Operation.is_service_operation` #625

Open PaulFarault opened 2 weeks ago

PaulFarault commented 2 weeks ago

Type inference won't work if using the Operation.is_service_operation regex.

It's better to check if operation.component_name is null for now. Moreover, it will facilitate the refactor of the Operation class later.