Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Dec 11, 2023
1 parent 0928c38 commit 5fd8a5c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
useDeckConfigurationQuery,
useUpdateDeckConfigurationMutation,
} from '@opentrons/react-api-client'
import { STAGING_AREA_RIGHT_SLOT_FIXTURE } from '@opentrons/shared-data'

import { i18n } from '../../../i18n'
import { useMostRecentCompletedAnalysis } from '../../LabwarePositionCheck/useMostRecentCompletedAnalysis'
Expand All @@ -15,7 +14,6 @@ import { ProtocolSetupDeckConfiguration } from '..'
import type { UseQueryResult } from 'react-query'
import type {
CompletedProtocolAnalysis,
CutoutConfig,
DeckConfiguration,
} from '@opentrons/shared-data'

Expand All @@ -35,11 +33,6 @@ const PROTOCOL_DETAILS = {
robotType: 'OT-3 Standard' as const,
}

const mockCutoutConfig: CutoutConfig = {
cutoutId: 'cutoutD1',
cutoutFixtureId: STAGING_AREA_RIGHT_SLOT_FIXTURE,
}

const mockUseMostRecentCompletedAnalysis = useMostRecentCompletedAnalysis as jest.MockedFunction<
typeof useMostRecentCompletedAnalysis
>
Expand Down

0 comments on commit 5fd8a5c

Please sign in to comment.