From 3f780fa201d7fa02d3c93793aecba253cc96cda5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 21 Oct 2025 15:19:30 +0100 Subject: [PATCH] Remove treq `ignore_missing_imports` from mypy.ini The linked issue has now been closed. --- mypy.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mypy.ini b/mypy.ini index ae903f858a..a0c79cb3b0 100644 --- a/mypy.ini +++ b/mypy.ini @@ -104,10 +104,6 @@ ignore_missing_imports = True [mypy-srvlookup.*] ignore_missing_imports = True -# https://github.com/twisted/treq/pull/366 -[mypy-treq.*] -ignore_missing_imports = True - [mypy-multipart.*] ignore_missing_imports = True