Closed phackstock closed 3 months ago
The type hint here:
https://github.com/iiasa/pysquirrel/blob/5d8005389d78f42a65863c3b175f879684d58643/src/pysquirrel/core.py#L104
should be list[Region] right?
list[Region]
The type hint here:
https://github.com/iiasa/pysquirrel/blob/5d8005389d78f42a65863c3b175f879684d58643/src/pysquirrel/core.py#L104
should be
list[Region]
right?