We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861bfc commit fb93400Copy full SHA for fb93400
2 files changed
src/nipanel/_panel.py
@@ -27,7 +27,7 @@ def __init__(
27
grpc_channel_pool: GrpcChannelPool | None = None,
28
grpc_channel: grpc.Channel | None = None,
29
) -> None:
30
- """Initialize the Panel class."""
+ """Initialize the panel."""
31
super().__init__(
32
panel_id=panel_id,
33
provided_interface=provided_interface,
src/nipanel/_streamlit_panel_accessor.py
@@ -4,7 +4,7 @@
4
from ni_measurement_plugin_sdk_service.discovery import DiscoveryClient
5
from ni_measurement_plugin_sdk_service.grpc.channelpool import GrpcChannelPool
6
7
-from nipanel._panel import PanelAccessor
+from nipanel._panel_accessor import PanelAccessor
8
from nipanel._streamlit_constants import STREAMLIT_PYTHON_PANEL_SERVICE
9
10
0 commit comments