jcnok commited on
Commit
a3d36fd
·
verified ·
1 Parent(s): 4fb30fd

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -1,6 +1,6 @@
1
  from fastapi import FastAPI, HTTPException, status
2
  from typing import List
3
- from app.models import Task
4
  from app import database
5
 
6
  app = FastAPI(
 
1
  from fastapi import FastAPI, HTTPException, status
2
  from typing import List
3
+ from models import Task
4
  from app import database
5
 
6
  app = FastAPI(