From f2f5bfd17c0b3595a51fe8f34e554b673f2610e9 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 1 Feb 2023 16:10:08 +0000 Subject: [PATCH] Fix python file code style New version of `black` complains otherwise. --- python/tests/test_1_online.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_1_online.py b/python/tests/test_1_online.py index 42cb0f298..d9474c96c 100644 --- a/python/tests/test_1_online.py +++ b/python/tests/test_1_online.py @@ -1439,7 +1439,6 @@ def test_import_export_online_all(acfactory, tmpdir, data, lp): lp.sec("export all to {}".format(backupdir)) with ac1.temp_plugin(ImexTracker()) as imex_tracker: - ac1.stop_io() ac1.imex(backupdir.strpath, const.DC_IMEX_EXPORT_BACKUP)