From b1d84d7ead28ae919bb7c3c76404d52711b85f84 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Wed, 12 Jan 2022 13:42:56 +1300 Subject: [PATCH] Update sql_parse.py --- superset/sql_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/sql_parse.py b/superset/sql_parse.py index 2f78d25539211..26b4bfd2a4e92 100644 --- a/superset/sql_parse.py +++ b/superset/sql_parse.py @@ -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, (