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
  1. Update type annotations to match the current version of the code.
  2. Use type annotations in place of attr.ib(type=...).