Skip to content

Commit e208c17

Browse files
committed
removing extra blank line
Signed-off-by: Valerie Gleason 👌 <[email protected]>
1 parent 848d283 commit e208c17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_streamlit_panel.py

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

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

15-
1615
def test___panel___has_panel_id_and_panel_script_path(fake_panel_channel: grpc.Channel) -> None:
1716
panel = StreamlitPanel("my_panel", PATH_TO_SCRIPT, grpc_channel=fake_panel_channel)
1817
assert panel.panel_id == "my_panel"

0 commit comments

Comments
 (0)