Skip to content

Commit c723ea6

Browse files
committed
I guess black wanted that line
Signed-off-by: Valerie Gleason 👌 <[email protected]>
1 parent e208c17 commit c723ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_streamlit_panel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
PATH_TO_SCRIPT = Path("path/to/script")
1414

15+
1516
def test___panel___has_panel_id_and_panel_script_path(fake_panel_channel: grpc.Channel) -> None:
1617
panel = StreamlitPanel("my_panel", PATH_TO_SCRIPT, grpc_channel=fake_panel_channel)
1718
assert panel.panel_id == "my_panel"

0 commit comments

Comments
 (0)