mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
fix typing for psutil sconn (#6669)
This commit is contained in:
@@ -130,8 +130,8 @@ class sconn(NamedTuple):
|
||||
fd: int
|
||||
family: AddressFamily
|
||||
type: SocketKind
|
||||
laddr: str
|
||||
raddr: str
|
||||
laddr: addr | tuple[()]
|
||||
raddr: addr | tuple[()]
|
||||
status: str
|
||||
pid: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user