Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saleweaver committed Sep 16, 2024
1 parent c990ad8 commit 87b0dd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sp_api.base import Client, sp_endpoint, fill_query_params, ApiResponse


class AmazonWarehousingAndDistributionVersion(enum.Enum):
class AmazonWarehousingAndDistributionVersion(str, enum.Enum):
V_2024_05_09 = "2024-05-09"
LATEST = "2024-05-09"

Expand Down

0 comments on commit 87b0dd5

Please sign in to comment.