Skip to content

Commit

Permalink
remove duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Dec 12, 2023
1 parent f7ee763 commit 2b43ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai_ta_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from ai_ta_backend.nomic_logging import get_nomic_map, log_convo_to_nomic
from ai_ta_backend.vector_database import Ingest
from ai_ta_backend.web_scrape import WebScrape, mit_course_download
from ai_ta_backend.canvas import CanvasAPI
from ai_ta_backend.export_data import export_convo_history_csv

app = Flask(__name__)
Expand Down

0 comments on commit 2b43ab0

Please sign in to comment.