Skip to content

Commit 8050acd

Browse files
committed
Allow for older Pythons
1 parent d5a1a3e commit 8050acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_tabbed_content.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import pytest
24

35
from textual.app import App, ComposeResult

0 commit comments

Comments
 (0)