jlaneve commented on code in PR #35287:
URL: https://github.com/apache/airflow/pull/35287#discussion_r1377709828


##########
tests/providers/common/sql/operators/test_sql.py:
##########
@@ -131,15 +131,15 @@ class TestColumnCheckOperator:
     UNION ALL
         SELECT 'X' AS col_name, 'distinct_check' AS check_type, 
X_distinct_check AS check_result
         FROM (SELECT COUNT(DISTINCT(X)) AS X_distinct_check FROM test_table 
WHERE Y > 1) AS sq
-    """  # noqa 501
+    """  # 501

Review Comment:
   I'm not too sure why this was here before... it didn't seem to be doing 
anything



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to