From 37d528eab09035d1499b0386c09fa8c56ccf8092 Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 16 Apr 2026 14:03:16 -0500 Subject: [PATCH] chore: no-op change to trigger E2E workflow on main Confirming that Playwright E2E failures (Streamlit/Gradio submit tests) reproduce on main, independent of the deferred-client branch. Co-Authored-By: Claude Opus 4.6 --- pkg-py/src/querychat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-py/src/querychat/__init__.py b/pkg-py/src/querychat/__init__.py index 0e3eaa5f5..60457ab7c 100644 --- a/pkg-py/src/querychat/__init__.py +++ b/pkg-py/src/querychat/__init__.py @@ -1,4 +1,4 @@ -from ._deprecated import greeting, init, sidebar, system_prompt +from ._deprecated import greeting, init, sidebar, system_prompt # noqa: F401 from ._deprecated import mod_server as server from ._deprecated import mod_ui as ui from ._shiny import QueryChat