Skip to content

Commit 588628d

Browse files
committed
Configure mypy to ignore missing imports for aiohttp
1 parent 1142450 commit 588628d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ ignore_missing_imports = True
2020
[mypy-fsspec.*]
2121
ignore_missing_imports = True
2222

23+
[mypy-aiohttp.*]
24+
ignore_missing_imports = True
25+
2326
[mypy-s3fs.*]
2427
ignore_missing_imports = True
2528

0 commit comments

Comments
 (0)