Remove unused imports

This commit is contained in:
Taylor Brown
2023-04-02 21:52:50 -05:00
parent ae9448cb89
commit 30f8ed95e1
5 changed files with 0 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
from typing import List, Optional
import openai
from config import Config
cfg = Config()