Skip to content

Commit

Permalink
implements subtree deletion in a persistent scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
xtianpoli committed Sep 26, 2024
1 parent f5d6141 commit 6d37a1f
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: mypy
args: [--strict, --explicit-package-bases]
additional_dependencies:
- 'numpy<2'
- 'numpy'
- 'ipython'
- 'jinja2'
- 'sqlalchemy-stubs'
Expand Down
1 change: 1 addition & 0 deletions ipyprogressivis/widgets/chaining/constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def __init__(
PARAMS["is_replay"] = False
PARAMS["replay_before_resume"] = False
PARAMS["step_by_step"] = False
PARAMS["deleted_stages"] = set()
set_recording_state(False)

def _locked(self) -> bool:
Expand Down
Loading

0 comments on commit 6d37a1f

Please sign in to comment.