fix: Remove verify_ssl parameter from Coder.__init__

This commit is contained in:
Paul Gauthier (aider) 2024-08-01 14:47:33 -03:00
parent 9ca5bab087
commit 7a3a189f8c

View file

@ -214,7 +214,6 @@ class Coder:
test_cmd=None, test_cmd=None,
aider_commit_hashes=None, aider_commit_hashes=None,
map_mul_no_files=8, map_mul_no_files=8,
verify_ssl=True,
commands=None, commands=None,
): ):
if not fnames: if not fnames: