Skip to content

Commit

Permalink
shopinvader_api_delivery_pickup: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Sep 4, 2024
1 parent 9bab98e commit 14fdb58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shopinvader_api_delivery_pickup/schemas/delivery_pickup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from typing import Annotated, Field, List
from typing import Annotated, List

from extendable_pydantic import StrictExtendableBaseModel
from pidantic import Field

from odoo import api

Expand Down

0 comments on commit 14fdb58

Please sign in to comment.