fix(examples): import future annotations for code browser (#5329)

This commit is contained in:
TomJGooding
2024-12-03 10:04:58 +00:00
committed by GitHub
parent 74c4b6cc81
commit b1c659bde9

View File

@@ -6,6 +6,8 @@ Run with:
python code_browser.py PATH
"""
from __future__ import annotations
import sys
from rich.syntax import Syntax