Skip to content

Commit 6af0026

Browse files
committed
annotations
1 parent 68befc4 commit 6af0026

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/test_modal.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
from textual.app import App, ComposeResult
24
from textual.containers import Grid
35
from textual.screen import ModalScreen

tests/test_screens.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 asyncio
24
import sys
35
import threading

0 commit comments

Comments
 (0)