Skip to content

Commit

Permalink
relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 1, 2024
1 parent 697970d commit 5b84329
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
HealthMixinMixin,
)
from servicelib.fastapi.httpx_utils import to_curl_command
from simcore_service_payments.models.schemas.acknowledgements import (
AckPaymentWithPaymentMethod,
)

from ..core.settings import ApplicationSettings
from ..models.payments_gateway import (
Expand All @@ -41,6 +38,7 @@
PaymentMethodInitiated,
PaymentMethodsBatch,
)
from ..models.schemas.acknowledgements import AckPaymentWithPaymentMethod

_logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 5b84329

Please sign in to comment.