From 9944d43574bfc490eb5a84b21ce9d3b7f2fa3bf7 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 6 Feb 2025 19:57:29 +0000 Subject: [PATCH] typing fix --- tests/test_markup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_markup.py b/tests/test_markup.py index 8b78bf106e..32032bf5bd 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import pytest from textual.content import Content, Span