Skip to content

Commit c89236d

Browse files
passlib: fix MutableMapping import (#7479)
Found by #7478
1 parent 3a9abf8 commit c89236d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/passlib/passlib/pwd.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from abc import abstractmethod
2-
from collections import MutableMapping
2+
from collections.abc import MutableMapping
33
from typing import Any
44

55
class SequenceGenerator:

0 commit comments

Comments
 (0)