Skip to content

Commit bb2a1f3

Browse files
committed
fix tillo
1 parent cb6150a commit bb2a1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jpy_tillo_sdk/tillo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .domain.float.services import FloatServiceAsync, FloatService
1111
from .domain.digital_card.services import (
1212
IssueDigitalCodeService,
13-
IssueDigitalCodeService,
13+
IssueDigitalCodeServiceAsync,
1414
)
1515
from .errors import AuthorizationErrorInvalidAPITokenOrSecret
1616
from .http_client import AsyncHttpClient, HttpClient

0 commit comments

Comments
 (0)