Skip to content

Commit

Permalink
chore: remove ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Jan 4, 2025
1 parent fe156a0 commit bb877fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bindings/python/test/test_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ def test_add_label_success(

rendered_html: str = viewer.render()

import IPython

IPython.embed()

assert rendered_html.startswith('<meta charset="utf-8">')
assert "var widget = new Cesium.Viewer" in rendered_html
assert (
Expand Down

0 comments on commit bb877fa

Please sign in to comment.