mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 17:37:41 +08:00
remove "= ..." from top-level values (#6930)
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import IO, Pattern
|
||||
|
||||
from paramiko.message import Message
|
||||
|
||||
OPENSSH_AUTH_MAGIC: bytes = ...
|
||||
OPENSSH_AUTH_MAGIC: bytes
|
||||
|
||||
def _unpad_openssh(data: bytes) -> bytes: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user