mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
fix: remove faulty import
This commit is contained in:
parent
51aecbb6e3
commit
8af4dce92e
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
|
@ -3,7 +3,6 @@ import logging
|
|||
from fastapi import FastAPI, Request
|
||||
import re
|
||||
from config.config import LearnHouseConfig, get_learnhouse_config
|
||||
from src.core.config.config import Settings, get_settings
|
||||
from src.core.events.events import shutdown_app, startup_app
|
||||
from src.main import global_router
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue