Skip to content

Commit

Permalink
fix import in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Nov 9, 2023
1 parent d748454 commit 861e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/load-file/migration/8_0_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import type {
CommandV8Mixin,
LabwareV2Mixin,
LiquidV1Mixin,
LoadLabwareCreateCommand,
OT2RobotMixin,
OT3RobotMixin,
ProtocolBase,
ProtocolFile,
} from '@opentrons/shared-data/protocol/types/schemaV8'
import type { LoadLabwareCreateCommand } from '@opentrons/shared-data/protocol/types/schemaV7'
import type { DesignerApplicationData } from './utils/getLoadLiquidCommands'

// NOTE: this migration is to schema v8 and updates fixed trash by
Expand Down

0 comments on commit 861e88a

Please sign in to comment.