Skip to content

Commit

Permalink
chore(alert report modal): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
msyavuz committed Dec 19, 2024
1 parent 58a7355 commit f60a221
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
*/
import userEvent from '@testing-library/user-event';
import fetchMock from 'fetch-mock';
import {
render,
screen,
within,
waitForElementToBeRemoved,
} from 'spec/helpers/testing-library';
import { render, screen, within } from 'spec/helpers/testing-library';
import { VizType } from '@superset-ui/core';
import { buildErrorTooltipMessage } from './buildErrorTooltipMessage';
import AlertReportModal, { AlertReportModalProps } from './AlertReportModal';
Expand Down

0 comments on commit f60a221

Please sign in to comment.