Implement flight filtering
This commit is contained in:
@@ -71,7 +71,7 @@ class FlightConciseSchema(BaseModel):
|
||||
comments: Optional[str] = None
|
||||
|
||||
|
||||
FlightByDateSchema = Dict[int, Union[List['FlightByDateSchema'], FlightConciseSchema]]
|
||||
FlightByDateSchema = Dict[int, Union[Dict[int, 'FlightByDateSchema'], FlightConciseSchema]]
|
||||
|
||||
|
||||
# HELPERS #
|
||||
|
Reference in New Issue
Block a user