Skip to content

Commit 34aef42

Browse files
Refactor unnecessary code
1 parent 734ef9b commit 34aef42

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sqlmesh/core/console.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,8 +2044,6 @@ def show_linter_violations(
20442044

20452045
def _cells_match(x: t.Any, y: t.Any) -> bool:
20462046
"""Helper function to compare two cells and returns true if they're equal, handling array objects."""
2047-
if x is None or y is None:
2048-
return x == y
20492047

20502048
# Convert array-like objects to list for consistent comparison
20512049
def _normalize(val: t.Any) -> t.Any:

0 commit comments

Comments
 (0)