opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Use more specialized type hinting from Python `typing` library. #125

Closed LswaN58 closed 2 months ago

LswaN58 commented 3 months ago

There are several type hints I’ve read about that we should start using, given in checklist below.

LswaN58 commented 2 months ago

Finished in c75b843a2fba8099f1570ba5592cb37bea7cf60e, minus a few features that don't use Final[...] yet.