From 2ee34ac189bcf97e5e1ae39289e94a6da3785e36 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 1 Aug 2024 14:49:52 -0300 Subject: [PATCH] fix: Remove unused `verify_ssl` argument from `main` function --- aider/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index a5e544891..510af07c2 100644 --- a/aider/main.py +++ b/aider/main.py @@ -501,7 +501,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F auto_test=args.auto_test, lint_cmds=lint_cmds, test_cmd=args.test_cmd, - verify_ssl=args.verify_ssl, commands=commands, )