Skip to content

Commit f59e204

Browse files
committed
typing for snapshot
1 parent 315d0ed commit f59e204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/snapshot_tests/snapshot_apps/recompose_on_mount.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.screen import Screen
35
from textual.widgets import Header, Footer, Static, RadioSet

0 commit comments

Comments
 (0)