Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 8, 2023
1 parent 9aefc74 commit 12539d0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions step-generation/src/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
getWellsDepth,
getWellNamePerMultiTip,
WASTE_CHUTE_CUTOUT,
COLUMN,
ALL,
PipetteChannels,
ONE_CHANNEL_WASTE_CHUTE_ADDRESSABLE_AREA,
EIGHT_CHANNEL_WASTE_CHUTE_ADDRESSABLE_AREA,
Expand All @@ -18,18 +16,14 @@ import {
import { reduceCommandCreators, wasteChuteCommandsUtil } from './index'
import {
aspirate,
configureNozzleLayout,
dispense,
moveToAddressableArea,
moveToWell,
} from '../commandCreators/atomic'
import { blowout } from '../commandCreators/atomic/blowout'
import { curryCommandCreator } from './curryCommandCreator'
import { movableTrashCommandsUtil } from './movableTrashCommandsUtil'
import type {
LabwareDefinition2,
NozzleConfigurationStyle,
} from '@opentrons/shared-data'
import type { LabwareDefinition2 } from '@opentrons/shared-data'
import type { BlowoutParams } from '@opentrons/shared-data/protocol/types/schemaV4'
import type {
AdditionalEquipmentEntities,
Expand Down

0 comments on commit 12539d0

Please sign in to comment.