Use remove() to remove the flight number "BA1476" from the arrivals set.
remove()
"BA1476"
arrivals
Make sure to pick arrivals followed by . and then remove, (, "BA1476", ).
.
remove
(
)