mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docs/examples/events/dictionary.py
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import asyncio
|
|||||||
try:
|
try:
|
||||||
import httpx
|
import httpx
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise ImportError("Please install http with 'pip install httpx' ")
|
raise ImportError("Please install httpx with 'pip install httpx' ")
|
||||||
|
|
||||||
from rich.json import JSON
|
from rich.json import JSON
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user