Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Imzachjohnson committed Oct 4, 2021
1 parent ce45557 commit 5e8b690
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ API_KEY = 'YOUR API KEY'
c = client.ClickUpClient(API_KEY)

# Example request
<<<<<<< HEAD

c = client.ClickUpClient(API_KEY)
=======
>>>>>>> c242702ce58f983c0fa42b1f24e7dcb772fe97ea
t = c.create_task("list_id", name="Test task", due_date="march 2 2021")

print(t.name)
Expand Down

0 comments on commit 5e8b690

Please sign in to comment.