Fix type error.
This commit is contained in:
parent
a7ec33c500
commit
83e1406ab4
|
|
@ -83,7 +83,7 @@ class SchengenCalculation:
|
||||||
days_remaining: int
|
days_remaining: int
|
||||||
is_compliant: bool
|
is_compliant: bool
|
||||||
current_180_day_period: tuple[date, date] # (start, end)
|
current_180_day_period: tuple[date, date] # (start, end)
|
||||||
stays_in_period: SchengenStay
|
stays_in_period: list[SchengenStay]
|
||||||
next_reset_date: typing.Optional[date] # When the 180-day window resets
|
next_reset_date: typing.Optional[date] # When the 180-day window resets
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue