This commit is contained in:
Paul Gauthier 2024-12-07 11:07:59 -08:00
parent 3efcd154f3
commit 50f203cc8a

View file

@ -451,8 +451,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
args, unknown = parser.parse_known_args(argv)
dump(os.environ.get("ANTHROPIC_API_KEY"))
# Load the .env file specified in the arguments
loaded_dotenvs = load_dotenv_files(git_root, args.env_file, args.encoding)