markdown.pyi: remove unused import

This commit is contained in:
Masen Furer 2024-04-30 13:58:35 -07:00
parent e222d17d2c
commit 79c86f7762
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -11,7 +11,6 @@ import textwrap
from functools import lru_cache
from hashlib import md5
from typing import Any, Callable, Dict, Union
from reflex.compiler import utils
from reflex.components.component import Component, CustomComponent
from reflex.components.radix.themes.layout.list import (
ListItem,