summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2022-04-18 14:22:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-18 15:38:26 +0000
commit41777f476824469657e5a1e4756930e0335fc084 (patch)
tree2abdc152363fdd7aebd40c5358e4b79160284998
parent4cbdf0b6db42e8ba867d17b56bd93358c9e6aee6 (diff)
downloadmongo-41777f476824469657e5a1e4756930e0335fc084.tar.gz
SERVER-65718 Fix mypy error
(cherry picked from commit f75812f03d58aa1fa0755aaef0f29e33853fb67a)
-rw-r--r--etc/pip/components/lint.req1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
index 02bab15f540..a517075f717 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -9,3 +9,4 @@ typing <= 3.7.4.3
yamllint == 1.15.0
yapf == 0.26.0
evergreen-lint == 0.1.3
+types-setuptools == 57.4.12