Skip to content

Commit 06315dd

Browse files
committed
chore: import future annotations
1 parent 204fafd commit 06315dd

File tree

1 file changed

+2
-0
lines changed
  • tests/playwright/shiny/inputs/input_text_update_on

1 file changed

+2
-0
lines changed

tests/playwright/shiny/inputs/input_text_update_on/app.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 typing import Literal, overload
24

35
from shiny import App, Inputs, Outputs, Session, module, reactive, render, ui

0 commit comments

Comments
 (0)