Skip to content

Commit

Permalink
refactor(app): fixup types
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 2, 2024
1 parent 087ee64 commit 5ed7ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import type {
RunTimeCommand,
ProtocolAnalysisOutput,
} from '@opentrons/shared-data'

Check failure on line 21 in app/src/organisms/LabwarePositionCheck/utils/getTipBasedLPCSteps.ts

View workflow job for this annotation

GitHub Actions / js checks

'/home/runner/work/opentrons/opentrons/node_modules/@opentrons/shared-data/js/index.ts' imported multiple times

Check failure on line 21 in app/src/organisms/LabwarePositionCheck/utils/getTipBasedLPCSteps.ts

View workflow job for this annotation

GitHub Actions / js checks

'/home/runner/work/opentrons/opentrons/node_modules/@opentrons/shared-data/js/index.ts' imported multiple times
import type { PickUpTipRunTimeCommand } from '@opentrons/shared-data/protocol/types/schemaV6/command/pipetting'
import type { PickUpTipRunTimeCommand } from '@opentrons/shared-data'

Check failure on line 22 in app/src/organisms/LabwarePositionCheck/utils/getTipBasedLPCSteps.ts

View workflow job for this annotation

GitHub Actions / js checks

'/home/runner/work/opentrons/opentrons/node_modules/@opentrons/shared-data/js/index.ts' imported multiple times

Check failure on line 22 in app/src/organisms/LabwarePositionCheck/utils/getTipBasedLPCSteps.ts

View workflow job for this annotation

GitHub Actions / js checks

'/home/runner/work/opentrons/opentrons/node_modules/@opentrons/shared-data/js/index.ts' imported multiple times
import type { LabwareLocationCombo } from '../../ApplyHistoricOffsets/hooks/getLabwareLocationCombos'

interface LPCArgs {
Expand Down

0 comments on commit 5ed7ffd

Please sign in to comment.