Skip to content

Commit edef856

Browse files
fix import module
1 parent 1b46631 commit edef856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telesign/phoneid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import json
44

5-
from rest import RestClient
5+
from telesign.rest import RestClient
66

77
PHONEID_RESOURCE = "/v1/phoneid/{phone_number}"
88

0 commit comments

Comments
 (0)