[Audio] Enable logging on Lavalink V3 (#2438)

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine
2019-02-10 18:36:02 +11:00
committed by GitHub
parent b9d440f2f7
commit dae75521d3
4 changed files with 12 additions and 6 deletions

View File

@@ -118,9 +118,7 @@ class VersionInfo:
"dev_release": self.dev_release,
}
def __lt__(self, other: _Any) -> bool:
if not isinstance(other, VersionInfo):
return NotImplemented
def __lt__(self, other: "VersionInfo") -> bool:
tups: _List[_Tuple[int, int, int, int, int, int, int]] = []
for obj in (self, other):
tups.append(