Skip to content

EndPoint class should inherit from ABC #80

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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