mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 11:07:17 +08:00
Fix passlib stubtest on windows (#9523)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
from typing import Any
|
||||
|
||||
from passlib.context import CryptContext
|
||||
|
||||
linux_context: Any
|
||||
linux2_context: Any
|
||||
freebsd_context: Any
|
||||
openbsd_context: Any
|
||||
netbsd_context: Any
|
||||
host_context: Any
|
||||
# Only exists if crypt is present
|
||||
host_context: CryptContext
|
||||
|
||||
Reference in New Issue
Block a user