KOSASIH / Galactic-Chain

Function/method with an empty body PTC-W0049
Anti-pattern
Major
4 months ago4 months old
__init__ doesn't contain any code
1class Consensus:
2    def __init__(self):3        pass
4
5    def validate_block(self, block):