mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
try to make linter happier
This commit is contained in:
@@ -122,6 +122,7 @@ def test_provider_info_none():
|
|||||||
)
|
)
|
||||||
assert provider_json == ""
|
assert provider_json == ""
|
||||||
|
|
||||||
|
|
||||||
def test_get_info_closed():
|
def test_get_info_closed():
|
||||||
ctx = ffi.gc(
|
ctx = ffi.gc(
|
||||||
lib.dc_context_new(lib.py_dc_callback, ffi.NULL, ffi.NULL),
|
lib.dc_context_new(lib.py_dc_callback, ffi.NULL, ffi.NULL),
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from deltachat import const
|
|
||||||
from deltachat import provider
|
from deltachat import provider
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user