I have the following code: ``` class SpreadsheetInterface(ABC): @abstractmethod def is_page_account(): pass ``` But im receiving an error aside of the code Method must have at least one argument [misc] How do i fix this message?
I have the following code:
But im receiving an error aside of the code
Method must have at least one argument [misc]
How do i fix this message?