Update main.py
Browse files
main.py
CHANGED
@@ -3,7 +3,6 @@ from fastapi.templating import Jinja2Templates
|
|
3 |
from fastapi import FastAPI, Request, HTTPException
|
4 |
from fastapi.middleware.cors import CORSMiddleware
|
5 |
from pycatchs.levels import eqt
|
6 |
-
import warnings
|
7 |
|
8 |
app = FastAPI()
|
9 |
|
|
|
3 |
from fastapi import FastAPI, Request, HTTPException
|
4 |
from fastapi.middleware.cors import CORSMiddleware
|
5 |
from pycatchs.levels import eqt
|
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|