Browse Source

Cleanup unused imports

Justin 1 year ago
parent
commit
6c97c0f61d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      classes/openai.py

+ 0 - 2
classes/openai.py

@@ -1,8 +1,6 @@
 import openai
 import requests
 
-import asyncio
-import functools
 import json
 
 from .logging import Logger