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:43:21 +0000
commit865ef8249d696c3b23f9bdb7950eb33c0ac3d5e6 (patch)
tree239bca5c67f37b8a5b14be8557d60ce28fd062bd
parent1359075515532b245d0b77717b6ee13cbc268d97 (diff)
downloadmongo-865ef8249d696c3b23f9bdb7950eb33c0ac3d5e6.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