From f2525405b09e50f4c35388e0c557c819eaadd523 Mon Sep 17 00:00:00 2001 From: Mendie Uwemedimo <34003552+SlamChillz@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:04:44 +0100 Subject: [PATCH] enabled compatiblilty with python versions <3.9 (#254) --- gpt_engineer/ai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpt_engineer/ai.py b/gpt_engineer/ai.py index 120be7c..d837a07 100644 --- a/gpt_engineer/ai.py +++ b/gpt_engineer/ai.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import logging import openai