mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-07 02:25:23 -05:00
daemon: Remove unused import.
This commit is contained in:
parent
2151f55337
commit
6749a0bfd2
@ -13,8 +13,7 @@ from aiohttp import ClientSession, web
|
||||
from aiohttp.client_exceptions import (ContentTypeError,
|
||||
ClientConnectionError)
|
||||
from multidict import CIMultiDict
|
||||
from nio import (EncryptionError, GroupEncryptionError, LoginResponse,
|
||||
SendRetryError)
|
||||
from nio import (EncryptionError, LoginResponse, SendRetryError)
|
||||
|
||||
from pantalaimon.client import PanClient
|
||||
from pantalaimon.log import logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user