Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Sep 14, 2023
1 parent 55363cf commit b0937e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monitoring/mock_uss/riddp/routes_observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ def riddp_flight_details(flight_id: str) -> Tuple[str, int]:
)
if rid_version == RIDVersion.f3411_19:
# TODO: Implement details for F3411-19
return flask.jsonify(observation_api.GetDetailsResponse(
operator=observation_api.Operator()
))
return flask.jsonify(
observation_api.GetDetailsResponse(operator=observation_api.Operator())
)
elif rid_version == RIDVersion.f3411_22a:
details = flight_details.details
result = observation_api.GetDetailsResponse(
Expand Down

0 comments on commit b0937e6

Please sign in to comment.