Fix superfluous whitespace

This commit is contained in:
XANTRONIX Development 2024-12-05 15:07:21 -05:00
parent c28c9b7a72
commit 447e593edb

View file

@ -113,7 +113,7 @@ class Client(Connection):
if len(parts) != 4:
raise RemoteException('Unexpected result from NEWGROUPS')
yield RemoteNewsgroupSummary(parts[0],
int(parts[1]),
int(parts[2]),