markdown.pyi: remove unused import
This commit is contained in:
parent
e222d17d2c
commit
79c86f7762
@ -11,7 +11,6 @@ import textwrap
|
|||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
from hashlib import md5
|
from hashlib import md5
|
||||||
from typing import Any, Callable, Dict, Union
|
from typing import Any, Callable, Dict, Union
|
||||||
from reflex.compiler import utils
|
|
||||||
from reflex.components.component import Component, CustomComponent
|
from reflex.components.component import Component, CustomComponent
|
||||||
from reflex.components.radix.themes.layout.list import (
|
from reflex.components.radix.themes.layout.list import (
|
||||||
ListItem,
|
ListItem,
|
||||||
|
Loading…
Reference in New Issue
Block a user