fix typing for psutil sconn (#6669)

This commit is contained in:
Anthony Sottile
2021-12-22 20:22:13 -08:00
committed by GitHub
parent 3fb2bcd4c1
commit f9318703f3
+2 -2
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