Skip to content

Commit f3cd89f

Browse files
committed
Ignore more missing imports
1 parent 2f432bc commit f3cd89f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mypy.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ ignore_missing_imports = True
3737
ignore_missing_imports = True
3838

3939
[mypy-pydantic.*]
40-
ignore_missing_imports = True
40+
ignore_missing_imports = True
41+
42+
[mypy-httpx.*]
43+
ignore_missing_imports = True

0 commit comments

Comments
 (0)