Reformat code with pre-commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import main
|
||||
from yaml import dump
|
||||
|
||||
|
||||
class EmailCommand:
|
||||
def __init__(self, *args):
|
||||
self.email(*args)
|
||||
@@ -21,7 +22,7 @@ class EmailCommand:
|
||||
else:
|
||||
failure("Domain already exists in default config: %s" % domain)
|
||||
return
|
||||
|
||||
|
||||
else:
|
||||
num = int(spl[2])
|
||||
if spl[1] == "add":
|
||||
|
||||
Reference in New Issue
Block a user