Skip to content

Commit

Permalink
resolve issues caused by merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Jan 7, 2025
1 parent 09003df commit 4758760
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
LicensedItemGet as _LicensedItemGet,
)
from models_library.api_schemas_webserver.licensed_items_checkouts import (
LicensedItemCheckoutGet as _LicensedItemCheckoutGet,
LicensedItemCheckoutRpcGet as _LicensedItemCheckoutRpcGet,
)
from models_library.api_schemas_webserver.product import (
GetCreditPrice as _GetCreditPrice,
Expand Down Expand Up @@ -165,5 +165,5 @@ class LicensedItemCheckoutGet(BaseModel):


assert set(LicensedItemCheckoutGet.model_fields.keys()) == set(
_LicensedItemCheckoutGet.model_fields.keys()
_LicensedItemCheckoutRpcGet.model_fields.keys()
)

0 comments on commit 4758760

Please sign in to comment.