Remove unnecessary cast

Became moot after the recent message changes but seems to have got left
behind.
This commit is contained in:
Dave Pearson
2023-03-07 15:00:37 +00:00
parent fcc16c0e59
commit c0d6d173c1

View File

@@ -2,8 +2,6 @@
from __future__ import annotations from __future__ import annotations
from typing import cast
from ..containers import Container from ..containers import Container
from ..css.query import DOMQuery, QueryError from ..css.query import DOMQuery, QueryError
from ..message import Message from ..message import Message