Fix CryptDict redefined in media_cache.py

This commit is contained in:
miruka 2019-11-06 06:30:17 -04:00
parent 078cf61b7e
commit 92d3390106

View File

@ -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]