<annotation> def get_temperature( location: ’the location to fetch temperature for’, time: ’the time to fetch temperature for’ ): -> ’the temperature in Celsius’ def test_aggregation( retrieval_mock: mock.patch(’connection.retrieve’), process_mock: mock.patch(’data.process’) ):