chrislit/abydos

View on GitHub
abydos/distance/_chao_dice.py

Summary

Maintainability
A
0 mins
Test Coverage

Useless super delegation in method '__init__'
Open

    def __init__(self, **kwargs: Any) -> None:
Severity: Minor
Found in abydos/distance/_chao_dice.py by pylint

Used whenever we can detect that an overridden method is useless, relying on super() delegation to do the same thing as another method from the MRO.

There are no issues that match your filters.

Category
Status