Skip to content

Commit 1c10558

Browse files
committed
MAINT: Fix small mypy issue
1 parent 9b3b559 commit 1c10558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linearmodels/iv/absorbing.py

Lines changed: 1 addition & 1 deletion
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)