Skip to content

Commit

Permalink
Fix continue
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Jul 2, 2024
1 parent 17794df commit 71cac5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/databricks/labs/lsql/dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ def as_dict(self) -> dict:
continue
if attribute in exclude_attributes:
continue
continue
value = getattr(self, attribute)
if value is None or (isinstance(value, Sized) and len(value) == 0):
continue
Expand Down

0 comments on commit 71cac5d

Please sign in to comment.