Closed RivenSkaye closed 2 years ago
Quite ironic, Mypy reported some errors in the two __init__.py files. Took care of those. Also added overloads for API4's two get_frame_async_raw functions. One being a resolvable future and the other being the same as API3
__init__.py
get_frame_async_raw
Free offer standing to fix the remaining 35 mypy errors spread across vsrepo.py and vsrupdate.py if I can manage to fix all of them
vsrepo.py
vsrupdate.py
Fix it! Nobody else will.
Quite ironic, Mypy reported some errors in the two
__init__.py
files. Took care of those. Also added overloads for API4's twoget_frame_async_raw
functions. One being a resolvable future and the other being the same as API3