Skip to content

Commit dee3e24

Browse files
Update sqlmesh/core/linter/helpers.py
Co-authored-by: Jo <46752250+georgesittas@users.noreply.github.com>
1 parent cc4a7fc commit dee3e24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/core/linter/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def get_range_of_a_key_in_model_block(
250250
)
251251
key_range = key_start.to_range(lines)
252252

253-
# Find value start: the next non-comment token after the key
254253
value_start_idx = i + 1
255254
if value_start_idx >= rparen_idx:
256255
return None

0 commit comments

Comments
 (0)