Skip to content

Commit

Permalink
typing for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 25, 2024
1 parent 315d0ed commit f59e204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/snapshot_tests/snapshot_apps/recompose_on_mount.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from textual.app import App, ComposeResult
from textual.screen import Screen
from textual.widgets import Header, Footer, Static, RadioSet
Expand Down

0 comments on commit f59e204

Please sign in to comment.