From ada4abaf4893aae1957058ca167ba8e0a53d7c4c Mon Sep 17 00:00:00 2001 From: Stephen Macke Date: Thu, 22 Feb 2024 09:12:36 -0800 Subject: [PATCH] lint --- core/ipyflow/data_model/symbol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: