Skip to content

Commit 2387d22

Browse files
committed
fix lint of python test
1 parent 949c570 commit 2387d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deltachat-rpc-client/tests/test_something.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import pytest
1212

1313
from deltachat_rpc_client import Contact, EventType, Message, events
14-
from deltachat_rpc_client.const import MessageState
14+
from deltachat_rpc_client.const import DownloadState, MessageState
1515
from deltachat_rpc_client.pytestplugin import E2EE_INFO_MSGS
1616
from deltachat_rpc_client.rpc import JsonRpcError
1717

0 commit comments

Comments
 (0)