On 24/05/2024 15:51, Patrick Robb wrote:
I think this is fine. Another option would be to move sut_nodes and tg_nodes up as DTSRunner attributes. I like preserving the type hint, but it also might just be cluttering the code to do this... up to you.
I made the change because of a complaint coming from mypy... I think it was complaining that the function is not being type checked? The other solution was to add a mypy ignore attribute.