Reformat again

This commit is contained in:
2022-07-21 13:40:09 +01:00
parent 7a0e2be66c
commit 80c016761f
29 changed files with 114 additions and 101 deletions

View File

@@ -1,5 +1,6 @@
import main
from yaml import dump
import main
from modules import alias

View File

@@ -1,6 +1,7 @@
import main
from yaml import dump
import main
class BlacklistCommand:
def __init__(self, *args):

View File

@@ -1,5 +1,6 @@
from subprocess import PIPE, run
import main
from subprocess import run, PIPE
class DistCommand:

View File

@@ -1,6 +1,7 @@
import main
from yaml import dump
import main
class EmailCommand:
def __init__(self, *args):

View File

@@ -1,8 +1,10 @@
import main
from yaml import dump
from modules.network import Network
from string import digits
from yaml import dump
import main
from modules.network import Network
class NetworkCommand:
def __init__(self, *args):

View File

@@ -1,6 +1,7 @@
import main
from yaml import dump
import main
class RelayCommand:
def __init__(self, *args):

View File

@@ -1,7 +1,8 @@
from string import digits
import main
import modules.counters as count
import modules.userinfo as userinfo
from string import digits
class StatsCommand:

View File

@@ -1,7 +1,9 @@
import main
from yaml import dump
from uuid import uuid4
from yaml import dump
import main
class TokenCommand:
def __init__(self, *args):