Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu committed Aug 27, 2024
1 parent ec92b54 commit cf8160d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ async def main():
updated_item = Item(**dict(item))
next(f for f in updated_item.fields if f.title == "password").value = "new_pass"
updated_item = await client.items.put(updated_item)
updated_item = await client.items.put(item)

print(dict(updated_item))

Expand Down

0 comments on commit cf8160d

Please sign in to comment.