mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix(examples): import future annotations for code browser (#5329)
This commit is contained in:
@@ -6,6 +6,8 @@ Run with:
|
||||
python code_browser.py PATH
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
|
||||
from rich.syntax import Syntax
|
||||
|
||||
Reference in New Issue
Block a user