Skip to content

Commit

Permalink
Update sql_parse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Jan 12, 2022
1 parent 07b9b7f commit b1d84d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/sql_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
logger = logging.getLogger(__name__)


# Workaround for https://github.com/andialbrecht/sqlparse/issues/652.
# TODO: Workaround for https://github.com/andialbrecht/sqlparse/issues/652.
sqlparse.keywords.SQL_REGEX.insert(
0,
(
Expand Down

0 comments on commit b1d84d7

Please sign in to comment.