remove old imports
This commit is contained in:
parent
4b4744551d
commit
4e893dc4d2
1 changed files with 0 additions and 5 deletions
5
app.py
5
app.py
|
|
@ -5,8 +5,6 @@ import eventlet
|
|||
|
||||
import openai
|
||||
|
||||
from openai.error import InvalidRequestError
|
||||
|
||||
import os
|
||||
|
||||
import time
|
||||
|
|
@ -14,9 +12,6 @@ import time
|
|||
import boto3
|
||||
import json
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
import bleach
|
||||
|
||||
|
||||
app = Flask(__name__)
|
||||
app.config["SECRET_KEY"] = "your_secret_key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue