From cd3f1fe8748a841d53f9a00bcb882040318030c9 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 15 Feb 2023 17:15:43 +0000 Subject: [PATCH] python: autoformat with `black` --- python/src/deltachat/testplugin.py | 1 - python/tests/test_2_increation.py | 1 - python/tests/test_3_offline.py | 1 - 3 files changed, 3 deletions(-) diff --git a/python/src/deltachat/testplugin.py b/python/src/deltachat/testplugin.py index 9e8d7b536..d9d3e4ebb 100644 --- a/python/src/deltachat/testplugin.py +++ b/python/src/deltachat/testplugin.py @@ -1,4 +1,3 @@ - import fnmatch import io import os diff --git a/python/tests/test_2_increation.py b/python/tests/test_2_increation.py index 7906b35c9..c7e35119a 100644 --- a/python/tests/test_2_increation.py +++ b/python/tests/test_2_increation.py @@ -1,4 +1,3 @@ - import os.path import shutil from filecmp import cmp diff --git a/python/tests/test_3_offline.py b/python/tests/test_3_offline.py index bb3c3c12e..e7a1a6231 100644 --- a/python/tests/test_3_offline.py +++ b/python/tests/test_3_offline.py @@ -1,4 +1,3 @@ - import os import time from datetime import datetime, timedelta, timezone