We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3b559 commit 1c10558Copy full SHA for 1c10558
1 file changed
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