Skip to content

Commit

Permalink
fix floatservices -> floatservice
Browse files Browse the repository at this point in the history
  • Loading branch information
jaddek committed Dec 3, 2024
1 parent 35f3d96 commit 54e7d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/issue_digital_code.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import asyncio
import uuid

from jaddek_tillo_http_client.domain.digital_card.factory import create_standard_issue_request
from jaddek_tillo_http_client.domain.digital_card.services import IssueDigitalCodeService
from jaddek_tillo_http_client.domain.float.services import FloatService
from jaddek_tillo_http_client.enums import Currency
from jaddek_tillo_http_client.http_client_factory import create_client, create_client_async
import uuid

TILLO_HOST = ''
TILLO_API_KEY = ''
Expand Down

0 comments on commit 54e7d64

Please sign in to comment.