Skip to content

EndPoint class should inherit from ABC #80

@cmower

Description

@cmower

The EndPoint class should inherit from abc.ABC.

ie

from abc import ABC

class EndPoint(ABC):
    ...

Several child classes define abc.ABC, eg here, and would be cleaner to avoid the dual inheritance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions