mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Try and coax older Pythons into being happy with list[...]
I think?
This commit is contained in:
@@ -9,6 +9,8 @@ Textual.
|
||||
background relating to this.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
from textual.app import App, ComposeResult
|
||||
|
||||
Reference in New Issue
Block a user