Fix formatting

This commit is contained in:
VirtuBox
2020-10-23 18:45:03 +02:00
parent 51b078e86d
commit 665453dcbc
2 changed files with 0 additions and 3 deletions

View File

@@ -61,8 +61,6 @@ class WOStackMigrateController(CementBaseController):
WOShellExec.cmd_exec(self, 'systemctl daemon-reload') WOShellExec.cmd_exec(self, 'systemctl daemon-reload')
post_pref(self, WOVar.wo_mysql, []) post_pref(self, WOVar.wo_mysql, [])
@expose(hide=True) @expose(hide=True)
def default(self): def default(self):
pargs = self.app.pargs pargs = self.app.pargs

View File

@@ -12,7 +12,6 @@ from wo.core.logging import Log
from wo.core.shellexec import WOShellExec from wo.core.shellexec import WOShellExec
from wo.core.variables import WOVar from wo.core.variables import WOVar
from wo.core.services import WOService from wo.core.services import WOService
from wo.core.mysql import WOMysql
class WOStackUpgradeController(CementBaseController): class WOStackUpgradeController(CementBaseController):