Skip to content

Commit c99c2a3

Browse files
committed
fix python lint errors
1 parent 77ba4a1 commit c99c2a3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deltachat-rpc-client/tests/test_chatlist_events.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
import base64
4-
import os
53
from typing import TYPE_CHECKING
64

75
from deltachat_rpc_client import Account, EventType, const

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 ChatType, DownloadState, MessageState
14+
from deltachat_rpc_client.const import ChatType, 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)