Removed unneeded imports

pull/774/head
Sma Das 2023-04-13 17:00:03 -04:00
parent 361fed4e32
commit 439e736b8b
No known key found for this signature in database
GPG Key ID: B7B0E96E358149B6
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
from typing import List, Optional
from typing import List
import json
from config import Config
from call_ai_function import call_ai_function
from json_parser import fix_and_parse_json
cfg = Config()