hnn-core icon indicating copy to clipboard operation
hnn-core copied to clipboard

Make typing of `src_gids` and `target_gids` consistent

Open ntolley opened this issue 1 year ago • 0 comments

At the moment these variables are passed around the code as a variety of types,, namely sets, lists, ranges. It might be worth looking at this globally and see if we can use a consistent type throughout (probably just set objects like in #642 )

ntolley avatar Jun 15 '23 13:06 ntolley