fossasia / open-event-server

Function/method with an empty body PTC-W0049
Anti-pattern
Major
1 occurrence in this check
__init__ doesn't contain any code
20
21
22class Environment:
23    def __init__(self):24        pass
25
26    DEVELOPMENT = 'development'