mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
pydoorlock: Doorlock: remove redundant parentheses
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
d6d90e9f70
commit
9e94d858ec
@ -36,7 +36,7 @@ eperm_insults = {
|
|||||||
|
|
||||||
|
|
||||||
def choose_insult():
|
def choose_insult():
|
||||||
return(sample(eperm_insults, 1)[0])
|
return sample(eperm_insults, 1)[0]
|
||||||
|
|
||||||
|
|
||||||
class DoorlockResponse(Enum):
|
class DoorlockResponse(Enum):
|
||||||
|
Loading…
Reference in New Issue
Block a user