From 11a7c4eeb496ab10f02549b39eb8074277354c3d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 6 Feb 2025 19:53:58 +0000 Subject: [PATCH] typing fix --- tests/test_content.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_content.py b/tests/test_content.py index e8b1c6e550..d8a72515fb 100644 --- a/tests/test_content.py +++ b/tests/test_content.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from rich.text import Text from textual.content import Content, Span