Skip to content

Commit 14fdb58

Browse files
committed
shopinvader_api_delivery_pickup: fix import
1 parent 9bab98e commit 14fdb58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shopinvader_api_delivery_pickup/schemas/delivery_pickup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Copyright 2019 ACSONE SA/NV
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3-
from typing import Annotated, Field, List
3+
from typing import Annotated, List
44

55
from extendable_pydantic import StrictExtendableBaseModel
6+
from pidantic import Field
67

78
from odoo import api
89

0 commit comments

Comments
 (0)