Skip to content

unnecessary abstraction #8

@solodieyo

Description

@solodieyo

class P2P( P2PRequests ): def __init__(self, **args): super().__init__(**args)
Why do we need an extra layer of abstraction.
This is what causes the typing problem.
Also, all methods do not have parameter or return type typing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions