kgabryje commented on code in PR #31757:
URL: https://github.com/apache/superset/pull/31757#discussion_r1937609737
##########
superset/models/slice.py:
##########
@@ -380,9 +380,7 @@ def event_after_chart_changed(
_mapper: Mapper, _connection: Connection, target: Slice
) -> None:
cache_chart_thumbnail.delay(
- current_user=get_current_user(),
- chart_id=target.id,
- force=True,
+ current_user=get_current_user(), chart_id=target.id, force=True
Review Comment:
discussed on slack - out of scope
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]