revisit 0.0.15__tar.gz → 0.0.16__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: revisit
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Requires-Dist: altair[all]>=5.5.0
5
5
  Requires-Dist: anywidget
6
6
  Requires-Dist: ipykernel>=6.29.5
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "revisit"
7
- version = "0.0.15"
7
+ version = "0.0.16"
8
8
  dependencies = [
9
9
  "altair[all]>=5.5.0",
10
10
  "anywidget",
@@ -450,7 +450,6 @@ def widget(study: _WrappedStudyConfig, revisitPath: str):
450
450
  extracted_paths = []
451
451
 
452
452
  for component in study.root.components.values():
453
- print(component.root)
454
453
  actual_component = component.root
455
454
  if hasattr(actual_component, 'root'):
456
455
  actual_component = actual_component.root
File without changes
File without changes
File without changes
File without changes