Skip to content

Commit

Permalink
Add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed May 23, 2024
1 parent ccb1fd2 commit 96dc52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_webrtc/components_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Streamlit >= 1.34.0 (Ref: https://github.com/streamlit/streamlit/pull/8457)
from streamlit.components.v1 import custom_component as _components
except ImportError:
from streamlit.components.v1 import components as _components
from streamlit.components.v1 import components as _components # type: ignore


def _patch_register_widget(register_widget):
Expand Down

0 comments on commit 96dc52c

Please sign in to comment.