Skip to content

Commit 19b01ac

Browse files
authored
Merge pull request #635 from bashtage/fix-mypy
MAINT: Fix small mypy issue
2 parents 9b3b559 + 1c10558 commit 19b01ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linearmodels/iv/absorbing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171
class Hasher:
72-
def __init__(self):
72+
def __init__(self) -> None:
7373
self._hasher: hashlib._Hash | xxh64
7474
if HAVE_XXHASH:
7575
self._hasher = xxh64()

0 commit comments

Comments
 (0)