Skip to content

investigate this "metaclass conflict" mypy error #76

Open
@github-actions

Description

@github-actions

class ReifiedList(ReifiedGeneric[Tuple[T]], List[T]): # type:ignore[misc]

https://api.github.com/KotlinIsland/basedtyping/blob/1943f5d581275e230bc7f9c3a99692ea5aa51749/tests/test_reified_generics/test_reified_generic.py#L17

    pass


# TODO: investigate this "metaclass conflict" mypy error
class ReifiedList(ReifiedGeneric[Tuple[T]], List[T]):  # type:ignore[misc]
    pass

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions