Skip to content

Commit

Permalink
add verify controls
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Apr 4, 2024
1 parent 8a22b14 commit 0843a15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion verify/src/vonage_verify/responses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List, Literal, Optional
from typing import List, Optional

from pydantic import BaseModel

Expand Down
7 changes: 3 additions & 4 deletions verify/src/vonage_verify/verify.py
Original file line number Diff line number Diff line change
@@ -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

from .errors import VerifyError
from .requests import BaseVerifyRequest, Psd2Request, VerifyRequest
from .responses import (
CheckCodeResponse,
NetworkUnblockStatus,
StartVerificationResponse,
VerifyControlStatus,
VerifyStatus,
Expand Down

0 comments on commit 0843a15

Please sign in to comment.