issues
search
mkorman90
/
regipy
Regipy is an os independent python library for parsing offline registry hives
MIT License
244
stars
53
forks
source link
Fix misc type errors reported by mypy
#183
Closed
ravenexp
closed
3 years ago
ravenexp
commented
3 years ago
Update type annotations to match the current version of the code.
Use type annotations in place of
attr.ib(type=...)
.
attr.ib(type=...)
.