Remove wrong import

This commit is contained in:
Rapptz 2022-02-19 22:36:34 -05:00
parent 686f233954
commit 015072b7fd

View File

@ -24,7 +24,6 @@ DEALINGS IN THE SOFTWARE.
from __future__ import annotations
from typing import Any, TYPE_CHECKING, AsyncIterator, List, Union, Optional
from typing_extensions import reveal_type
from .object import Object