Skip to content
Snippets Groups Projects
Commit ff13b7eb authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

add missing import

parent 77b14e5e
No related branches found
No related tags found
2 merge requests!30Restaurants route,!28improve front
Pipeline #43957 passed
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
from fastapi import APIRouter, Depends
from sqlalchemy.orm import Session
from typing import List
from db import schemas, crud
from db.database import get_db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment