Skip to content

Commit 534860a

Browse files
committed
Remove pass
1 parent 086d1f1 commit 534860a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlglot/optimizer/qualify_tables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,5 @@ def _set_alias(
181181
):
182182
# Amend existing aliases, e.g. t.c -> _0.c if t is aliased to _0
183183
column.set("table", exp.to_identifier(canonical_table))
184-
pass
185184

186185
return expression

0 commit comments

Comments
 (0)