Skip to content

Commit 3656190

Browse files
authored
Merge pull request #1874 from sayatul/master
fix: correct ExternalFulfillment import path
2 parents 5ede002 + 84d8a6e commit 3656190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_api/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
AmazonWarehousingAndDistributionVersion,
9898
)
9999

100-
from .external_fulfillment import ExternalFulfillment
100+
from .external_fulfillment.external_fulfillment import ExternalFulfillment
101101

102102
__all__ = [
103103
"Sales",

0 commit comments

Comments
 (0)