Fix CryptDict redefined in media_cache.py
This commit is contained in:
parent
078cf61b7e
commit
92d3390106
|
@ -12,7 +12,7 @@ from PIL import Image as PILImage
|
||||||
|
|
||||||
import nio
|
import nio
|
||||||
|
|
||||||
from .matrix_client import MatrixClient, CryptDict
|
from .matrix_client import MatrixClient
|
||||||
|
|
||||||
CryptDict = Optional[Dict[str, Any]]
|
CryptDict = Optional[Dict[str, Any]]
|
||||||
Size = Tuple[int, int]
|
Size = Tuple[int, int]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user