diff --git a/core/ipyflow/data_model/symbol.py b/core/ipyflow/data_model/symbol.py index 2f58809e..b5369d34 100644 --- a/core/ipyflow/data_model/symbol.py +++ b/core/ipyflow/data_model/symbol.py @@ -390,7 +390,7 @@ def is_function(self) -> bool: @property def is_lambda(self) -> bool: # TODO: this is terrible - return type(self.name) is str and self.name.startswith(" bool: