Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher committed Sep 5, 2024
1 parent 580bd02 commit 5e785cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reflex/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,4 @@ def reload_state_module(
if subclass.__module__ == module and module is not None:
state.class_subclasses.remove(subclass)
state._always_dirty_substates.discard(subclass.get_name())
state._computed_var_dependencies = defaultdict(set)
state._substate_var_dependencies = defaultdict(set)
state._init_var_dependency_dicts()
state.get_class_substate.cache_clear()

0 comments on commit 5e785cd

Please sign in to comment.