Skip to content

Commit

Permalink
fix: set default value for _in_context_attributes_changed_collector
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Nov 21, 2024
1 parent 348d86d commit 95aa04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/core/_entity/_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _Entity:
_ID_PREFIX: str
_MANAGER_NAME: str
_is_in_context = False
_in_context_attributes_changed_collector: List
_in_context_attributes_changed_collector: List = []

def __enter__(self):
self._is_in_context = True
Expand Down

0 comments on commit 95aa04c

Please sign in to comment.