C2_W1_Exercise7_ TypeError

I completed line 47 and it runs clean, below is my implementation:

However, line 48 the grader function is calling calculate_and_display_anomalies(serving_stats, schema=schema)

and throwing the following error
TypeError: ‘Anomalies’ object is not callable.

Beyond this point I am not able to get any more grades to pass this weeks assignment. Please help

calculate_and_display_anomalies is no longer a function in your notebook since you are assigning a value to it. Follow the steps to refresh the workspace and get the starter code to fix your notebook.