Please help with Syntax Error on https://www.pythonanywhere.com/user/pluralschool/files/ for the following code, although the code executes with the correct output:
import abc
class Plugin(metaclass=abc.ABCMeta): # Syntax Error
@abc.abstractmethod
def load(self, obj):
"""Retrieve data from the source and return an object"""
return