diff --git a/src/reports/components/report-sections/fast-pass-report-automated-checks-results.tsx b/src/reports/components/report-sections/fast-pass-report-automated-checks-results.tsx index 03c8a55cf1..616f8df58f 100644 --- a/src/reports/components/report-sections/fast-pass-report-automated-checks-results.tsx +++ b/src/reports/components/report-sections/fast-pass-report-automated-checks-results.tsx @@ -3,7 +3,6 @@ import { FailedInstancesSection } from 'common/components/cards/failed-instances-section'; import { NamedFC } from 'common/react/named-fc'; -import { _electron } from 'playwright'; import * as React from 'react'; import { FastPassReportProps } from 'reports/components/fast-pass-report'; import { IncompleteChecksSection } from 'reports/components/report-sections/incomplete-checks-section';