Skip to content

Commit 77153f5

Browse files
committed
Add more enum usage
1 parent 40cc035 commit 77153f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async def main():
123123
Website(
124124
label="my custom website 2",
125125
url="https://example2.com",
126-
autofill_behavior="Never",
126+
autofill_behavior=AutofillBehavior.NEVER,
127127
),
128128
)
129129
updated_item = await client.items.put(item)

0 commit comments

Comments
 (0)