From aec94f8637d8da7e0da59244b600678c0dc9d6a5 Mon Sep 17 00:00:00 2001 From: LatentDream Date: Tue, 7 Jan 2025 10:05:38 -0500 Subject: [PATCH] [Bug] Remove dead code in example (#304) --- examples/streamlit/app-with-auth0/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/streamlit/app-with-auth0/app.py b/examples/streamlit/app-with-auth0/app.py index acc05423..080620ba 100644 --- a/examples/streamlit/app-with-auth0/app.py +++ b/examples/streamlit/app-with-auth0/app.py @@ -1,5 +1,4 @@ import streamlit as st -from streamlit.web.server.websocket_headers import _get_websocket_headers headers = st.context.headers