Skip to content

Method must have at least one argument [misc] #14385

@Luiz-Cruz

Description

@Luiz-Cruz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugmypy got something wrong

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions