Skip to content

Commit

Permalink
fix: add missing import for Depends
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedigrande committed Jun 20, 2024
1 parent a64cfa7 commit 99fcef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ that returns a list of partners.
from typing import Annotated
from fastapi import APIRouter
from fastapi import APIRouter, Depends
from pydantic import BaseModel
from odoo import api, fields, models
Expand Down

0 comments on commit 99fcef1

Please sign in to comment.