Try and coax older Pythons into being happy with list[...]

I think?
This commit is contained in:
Dave Pearson
2022-12-13 18:19:20 +00:00
parent cdca7dc2dd
commit c68dae6ad7

View File

@@ -9,6 +9,8 @@ Textual.
background relating to this. background relating to this.
""" """
from __future__ import annotations
import pytest import pytest
from textual.app import App, ComposeResult from textual.app import App, ComposeResult