Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Oct 29, 2024
1 parent 2023531 commit 8c96485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api-client/src/runs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type {
RunTimeCommand,
RunTimeParameter,
NozzleLayoutConfig,
LabwareLocation,
OnDeckLabwareLocation,
} from '@opentrons/shared-data'
import type { ResourceLink, ErrorDetails } from '../types'
export * from './commands/types'
Expand Down Expand Up @@ -215,6 +215,6 @@ export interface NozzleLayoutValues {

export interface PlaceLabwareState {
labwareId: string
location: LabwareLocation
location: OnDeckLabwareLocation
shouldPlaceDown: boolean
}
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ async def execute(
new_location=location,
new_offset_id=new_offset_id,
)
return SuccessData(
public=UnsafePlaceLabwareResult(), state_update=state_update
)
return SuccessData(public=UnsafePlaceLabwareResult(), state_update=state_update)

async def _start_movement(
self,
Expand Down

0 comments on commit 8c96485

Please sign in to comment.