iiasa / pysquirrel

MIT License
6 stars 1 forks source link

AllRegions.data type hint #15

Closed phackstock closed 3 months ago

phackstock commented 4 months ago

The type hint here:

https://github.com/iiasa/pysquirrel/blob/5d8005389d78f42a65863c3b175f879684d58643/src/pysquirrel/core.py#L104

should be list[Region] right?