We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a22b14 commit 0843a15Copy full SHA for 0843a15
verify/src/vonage_verify/responses.py
@@ -1,4 +1,4 @@
1
-from typing import List, Literal, Optional
+from typing import List, Optional
2
3
from pydantic import BaseModel
4
verify/src/vonage_verify/verify.py
@@ -1,13 +1,12 @@
-import re
-from typing import List, Optional, Union
-from pydantic import Field, validate_call
+from typing import List, Union
+
+from pydantic import validate_call
from vonage_http_client.http_client import HttpClient
5
6
from .errors import VerifyError
7
from .requests import BaseVerifyRequest, Psd2Request, VerifyRequest
8
from .responses import (
9
CheckCodeResponse,
10
- NetworkUnblockStatus,
11
StartVerificationResponse,
12
VerifyControlStatus,
13
VerifyStatus,
0 commit comments