try to make linter happier

This commit is contained in:
Simon Laux
2019-12-20 20:34:42 +01:00
parent e25b409c7e
commit 5a6f2529b1
2 changed files with 1 additions and 1 deletions

View File

@@ -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),

View File

@@ -1,6 +1,5 @@
import pytest
from deltachat import const
from deltachat import provider