We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b3b559 + 1c10558 commit 19b01acCopy full SHA for 19b01ac
linearmodels/iv/absorbing.py
@@ -69,7 +69,7 @@
69
70
71
class Hasher:
72
- def __init__(self):
+ def __init__(self) -> None:
73
self._hasher: hashlib._Hash | xxh64
74
if HAVE_XXHASH:
75
self._hasher = xxh64()
0 commit comments