fix(types): T1 — remove 15 stale type: ignore comments confirmed unused by mypy
This commit is contained in:
@@ -305,7 +305,7 @@ def check_no_host_port_collision(h: dict[str, Any]) -> list[ValidationIssue]:
|
||||
return []
|
||||
|
||||
try:
|
||||
import psutil # type: ignore
|
||||
import psutil
|
||||
bound = {
|
||||
c.laddr.port
|
||||
for c in psutil.net_connections(kind="inet")
|
||||
|
||||
Reference in New Issue
Block a user