Skip to content

Commit 6ea0dc8

Browse files
committed
feat: import time module for retry delay in client.py
1 parent 78e8a19 commit 6ea0dc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pipedrive/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import time
12
from urllib.parse import urlencode
23

34
import requests

0 commit comments

Comments
 (0)