kokarare1212 / librespot-python

Function/method with an empty body PTC-W0049
Anti-pattern
Major
2 years ago3 years old
on_message doesn't contain any code
200            "hm://collection/collection/" + session.username() + "/json"
201        ])
202
203    def on_message(self, uri: str, headers: typing.Dict[str, str],204                   payload: bytes):
205        pass
stored doesn't contain any code
1156            hi = buffer.read(1)
1157            return int(lo[0]) & 0x7f | int(hi[0]) << 7
1158
1159        def stored(self):1160            """
1161            TODO: implement function
1162            """
close doesn't contain any code
253                "Zeroconf HTTP server started successfully on port {}!".format(
254                    port))
255
256        def close(self) -> None:257            pass
258
259        def run(self):