Skip to content

Commit

Permalink
Refactor: remove unused line, no tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymao committed Jul 3, 2023
1 parent f747260 commit f621e85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sqlglot/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,6 @@ def _scan_keywords(self) -> None:
char = ""
chars = " "

word = None if not single_token and chars[-1] not in self.WHITE_SPACE else word

if not word:
if self._char in self.SINGLE_TOKENS:
self._add(self.SINGLE_TOKENS[self._char], text=self._char)
Expand Down

0 comments on commit f621e85

Please sign in to comment.