villebro commented on code in PR #27880:
URL: https://github.com/apache/superset/pull/27880#discussion_r1553760713


##########
superset/common/query_object.py:
##########
@@ -108,7 +108,7 @@ class QueryObject:  # pylint: 
disable=too-many-instance-attributes
     time_range: str | None
     to_dttm: datetime | None
 
-    def __init__(  # pylint: disable=too-many-arguments,too-many-locals
+    def __init__(  # pylint: disable=too-many-locals, too-many-arguments

Review Comment:
   Out of curiosity, was this change automatically applied by one of our 
linters?



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to