Skip to content

Commit 1df347d

Browse files
committed
fix style
1 parent 0603422 commit 1df347d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlglot/optimizer/scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def stars(self) -> t.List[exp.Column | exp.Dot]:
265265
@property
266266
def column_index(self) -> t.Set[int]:
267267
"""
268-
Set of column object IDs that belong to this scope's expression.
268+
Set of column object IDs that belong to this scope's expression.
269269
"""
270270
self._ensure_collected()
271271
return self._column_index

0 commit comments

Comments
 (0)