From 6e13b8b73572f9c0ac9b5c683b98a475afbeab38 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 15 Aug 2018 13:13:17 +0200 Subject: yapf -rip on plugins --- plugins/pointpoint.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/pointpoint.py') diff --git a/plugins/pointpoint.py b/plugins/pointpoint.py index 88daae5f..dd1ae1c7 100644 --- a/plugins/pointpoint.py +++ b/plugins/pointpoint.py @@ -36,10 +36,13 @@ Command from poezio.plugin import BasePlugin from random import randrange + class Plugin(BasePlugin): def init(self): - self.api.add_command('pointpoint', self.command_pointpoint, - help='Insert a random number of dots in the input') + self.api.add_command( + 'pointpoint', + self.command_pointpoint, + help='Insert a random number of dots in the input') def command_pointpoint(self, args): for i in range(randrange(8, 25)): -- cgit v1.2.3