From c68dae6ad722b2768af46c0bbb0613667ab89967 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 13 Dec 2022 18:19:20 +0000 Subject: [PATCH] Try and coax older Pythons into being happy with list[...] I think? --- tests/test_binding_inheritance.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_binding_inheritance.py b/tests/test_binding_inheritance.py index 22a5271ec..85beea570 100644 --- a/tests/test_binding_inheritance.py +++ b/tests/test_binding_inheritance.py @@ -9,6 +9,8 @@ Textual. background relating to this. """ +from __future__ import annotations + import pytest from textual.app import App, ComposeResult