Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 10, 2024
1 parent 530fda0 commit 00d40bd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import sqlalchemy as sa
from models_library.products import ProductName
from models_library.resource_tracker_licensed_items_purchases import (
LicensedItemPurchaseID,
)
from models_library.rest_ordering import OrderBy, OrderDirection
from models_library.wallets import WalletID
from pydantic import NonNegativeInt
Expand All @@ -17,7 +20,6 @@
from ....exceptions.errors import LicensedItemPurchaseNotFoundError
from ....models.licensed_items_purchases import (
CreateLicensedItemsPurchasesDB,
LicensedItemPurchaseID,
LicensedItemsPurchasesDB,
)

Expand Down

0 comments on commit 00d40bd

Please sign in to comment.