fix typing for psutil sconn (#6669)

This commit is contained in:
Anthony Sottile
2021-12-22 23:22:13 -05:00
committed by GitHub
parent 3fb2bcd4c1
commit f9318703f3

View File

@@ -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