From f30c319fbfc236a596533688769d0acd94cfe844 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 27 Oct 2020 23:27:00 +0300 Subject: [PATCH] Remove trailing space in Python code --- python/src/deltachat/testplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/deltachat/testplugin.py b/python/src/deltachat/testplugin.py index 296258492..bbd7b8007 100644 --- a/python/src/deltachat/testplugin.py +++ b/python/src/deltachat/testplugin.py @@ -330,7 +330,7 @@ def acfactory(pytestconfig, tmpdir, request, session_liveconfig, data): return accounts def clone_online_account(self, account, pre_generated_key=True): - """ Clones addr, mail_pw, mvbox_watch, mvbox_move, sentbox_watch and the + """ Clones addr, mail_pw, mvbox_watch, mvbox_move, sentbox_watch and the direct_imap object of an online account. This simulates the user setting up a new device without importing a backup.