From 5a6f2529b1207ba9a35eaa8e317beef5f196bddb Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Fri, 20 Dec 2019 20:34:42 +0100 Subject: [PATCH] try to make linter happier --- python/tests/test_lowlevel.py | 1 + python/tests/test_provider_info.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_lowlevel.py b/python/tests/test_lowlevel.py index 85f0948e0..0bfdca3a7 100644 --- a/python/tests/test_lowlevel.py +++ b/python/tests/test_lowlevel.py @@ -122,6 +122,7 @@ def test_provider_info_none(): ) assert provider_json == "" + def test_get_info_closed(): ctx = ffi.gc( lib.dc_context_new(lib.py_dc_callback, ffi.NULL, ffi.NULL), diff --git a/python/tests/test_provider_info.py b/python/tests/test_provider_info.py index 138b950ff..9d6d27ca7 100644 --- a/python/tests/test_provider_info.py +++ b/python/tests/test_provider_info.py @@ -1,6 +1,5 @@ import pytest -from deltachat import const from deltachat import provider