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,10 +1,9 @@
from os import listdir
from importlib import reload
import sys
from utils.logging.debug import debug
from importlib import reload
from os import listdir
from main import CommandMap
from utils.logging.debug import debug
def loadSingle(commandName):