Skip to content

Broken alerts #63

@antonio-fr

Description

@antonio-fr

The Alerts methods send_message has a missing self argument. This method is not used anywhere in the code nor any examples, I guess it was never tested/used. Common Python mistake, can be easily spotted by running a static analysis. This type of analysis is recommended in Python as it is an interpreted language, it has no compile time before execution. So I recommend using pylance or flake8 to do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions