Remove redundant blank lines.

This commit is contained in:
Yuxin Wang 2018-10-14 23:27:57 -04:00 committed by GitHub
parent acf6781148
commit c9b3576a1d

View file

@ -31,7 +31,3 @@ class Cmd:
async def do_help(self, arg):
print('Available command list:\n{}'
.format(''.join(tuple(' - {}\n'.format(method) for method in self._methods))))