mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-21 18:42:07 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -15,4 +15,5 @@ if sys.platform != "win32":
|
||||
def mksalt(method: _Method | None = ..., *, rounds: int | None = ...) -> str: ...
|
||||
else:
|
||||
def mksalt(method: _Method | None = ...) -> str: ...
|
||||
|
||||
def crypt(word: str, salt: str | _Method | None = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user