Skip to content

Commit 0de7da4

Browse files
committed
Remove unused import from app.py
Deleted the unused 'Any' import from typing to clean up the code in tests/playwright/shiny/components/data_frame/edit/app.py.
1 parent 5286042 commit 0de7da4

File tree

1 file changed

+0
-1
lines changed
  • tests/playwright/shiny/components/data_frame/edit

1 file changed

+0
-1
lines changed

tests/playwright/shiny/components/data_frame/edit/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from __future__ import annotations
22

33
import pkgutil
4-
from typing import Any
54

65
# pyright: reportUnknownMemberType = false
76
# pyright: reportMissingTypeStubs = false

0 commit comments

Comments
 (0)