Author: Antonio Terceiro <terceiro@debian.org>
Description: drop typing ignore for psutil (now provided by python3-typeshed)
Forwarded: not-needed
--- a/mypy/dmypy_server.py
+++ b/mypy/dmypy_server.py
@@ -874,7 +874,7 @@ MiB = 2**20  # type: Final
 def get_meminfo() -> Dict[str, Any]:
     res = {}  # type: Dict[str, Any]
     try:
-        import psutil  # type: ignore  # It's not in typeshed yet
+        import psutil
     except ImportError:
         res['memory_psutil_missing'] = (
             'psutil not found, run pip install mypy[dmypy] '
