We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cfb65 commit 96a0dc3Copy full SHA for 96a0dc3
2 files changed
src/lcdoc/mkdocs/lp/plugs/python/pyplugs/__init__.py
@@ -1,4 +1,3 @@
1
-breakpoint() # FIXME BREAKPOINT
2
from . import call_flow_logging
3
from . import comments
4
from . import convert
tests/test_lp.py
@@ -756,7 +756,6 @@ def test_python_session_reuse(self):
756
```
757
"""
758
res = run_lp(md)
759
- breakpoint() # FIXME BREAKPOINT
760
assert "is not defined" in str(res)
761
762
# firstsession:
0 commit comments