Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Feb 5, 2025
1 parent 6b63aae commit 07c74a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/file-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { ProtocolFile as ProtocolFileV3 } from '@opentrons/shared-data/prot
import type { ProtocolFile as ProtocolFileV4 } from '@opentrons/shared-data/protocol/types/schemaV4'
import type { ProtocolFile as ProtocolFileV5 } from '@opentrons/shared-data/protocol/types/schemaV5'
import type { ProtocolFile as ProtocolFileV6 } from '@opentrons/shared-data/protocol/types/schemaV6'
import { LiquidEntities } from '@opentrons/step-generation'
import type { LiquidEntities } from '@opentrons/step-generation'

export interface PDMetadata {
// pipetteId to tiprackModel
Expand Down

0 comments on commit 07c74a1

Please sign in to comment.