Skip to content

Commit

Permalink
fixing interactive.py related to reinit_live. Some merge issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Apr 18, 2024
1 parent f7cf68e commit fa7e9d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geminidr/interactive/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ def __init__(
global _visualizer
_visualizer = self

# Reinitialization attr
self.reinit_live = reinit_live

# Make the widgets accessible from external code so we can update
# their properties if the default setup isn't great
self.widgets = {}
Expand Down Expand Up @@ -793,7 +790,6 @@ def make_widgets_from_parameters(
-------
list : Returns a list of widgets to display in the UI.
"""
self.reinit_live = reinit_live

widgets = []
if hide_textbox is None:
Expand Down

0 comments on commit fa7e9d1

Please sign in to comment.