Skip to content

Commit e37ccf2

Browse files
committed
@pcrespov int -> PositiveInt
1 parent c2ccce1 commit e37ccf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from models_library.services_types import ServiceRunID
2-
from pydantic import BaseModel
2+
from pydantic import BaseModel, PositiveInt
33

44

55
class LicensedItemCheckoutData(BaseModel):
6-
number_of_seats: int
6+
number_of_seats: PositiveInt
77
service_run_id: ServiceRunID

0 commit comments

Comments
 (0)