Skip to content

Commit 72037af

Browse files
committed
hopinvader_api_delivery_pickup_public_edition: fix schema import
1 parent 3e89544 commit 72037af

File tree

1 file changed

+5
-1
lines changed
  • shopinvader_api_delivery_pickup_public_edition/schemas

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
from . import public_delivery_pickup
1+
from .public_delivery_pickup import (
2+
PublicDeliveryPickup,
3+
PublicDeliveryPickupInput,
4+
PublicDeliveryPickupSearch,
5+
)

0 commit comments

Comments
 (0)