Skip to content

Commit

Permalink
lint fix done
Browse files Browse the repository at this point in the history
  • Loading branch information
iercan authored Jan 26, 2021
1 parent 489c7f4 commit 574fde9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/tasks/thumbnails.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def cache_chart_thumbnail(
user = security_manager.get_user_by_username(
current_app.config["THUMBNAIL_SELENIUM_USER"], session=session
)

screenshot.compute_and_cache(
user=user,
cache=thumbnail_cache,
Expand All @@ -74,7 +73,6 @@ def cache_dashboard_thumbnail(
user = security_manager.get_user_by_username(
current_app.config["THUMBNAIL_SELENIUM_USER"], session=session
)

screenshot.compute_and_cache(
user=user, cache=thumbnail_cache, force=force, thumb_size=thumb_size,
)

0 comments on commit 574fde9

Please sign in to comment.