Skip to content

Commit

Permalink
Removed unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma-Das committed Apr 13, 2023
1 parent 361fed4 commit 439e736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ai_functions.py
Original file line number Diff line number Diff line change
@@ -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()


Expand Down

0 comments on commit 439e736

Please sign in to comment.