From e99662fdc9fe39124063f99b071a864f5fa9ca06 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 2 Apr 2024 09:27:36 -0700 Subject: [PATCH] remove unused import --- superset/reports/notifications/slack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/reports/notifications/slack.py b/superset/reports/notifications/slack.py index 02f5120f685d1..a7072ca20c4d5 100644 --- a/superset/reports/notifications/slack.py +++ b/superset/reports/notifications/slack.py @@ -35,7 +35,6 @@ SlackTokenRotationError, ) -from superset import app from superset.reports.models import ReportRecipientType from superset.reports.notifications.base import BaseNotification from superset.reports.notifications.exceptions import (