Skip to content

Commit 935435e

Browse files
Making mypy happy
1 parent 08f97bf commit 935435e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ ignore_missing_imports = True
3636
[mypy-botocore.response]
3737
ignore_missing_imports = True
3838

39+
[mypy-botocore.*]
40+
ignore_missing_imports = True
41+
3942
[mypy-boto3.dynamodb.conditions]
4043
ignore_missing_imports = True
4144

0 commit comments

Comments
 (0)