From c81eab396b5d430b268c1581f942eb234148c272 Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 14 Aug 2019 12:52:47 +0200 Subject: [PATCH] [enh] Pep8 --- src/yunohost/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index 39333bcaf..8c07855a3 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -1060,7 +1060,6 @@ def tools_migrations_migrate(targets=[], skip=False, auto=False, force_rerun=Fal raise YunohostError("migrations_no_such_migration", id=target) - # auto, skip, revert and force are exclusive options if auto + skip + revert + force_rerun > 1: raise YunohostError("migrations_exclusive_options")