Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed May 20, 2024
1 parent a4f5c28 commit 79bd847
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions react-api-client/src/runs/useResumeRunFromRecoveryMutation.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
import {
UseMutationResult,
useMutation,
UseMutateFunction,
UseMutationOptions,
} from 'react-query'
import { useMutation } from 'react-query'

import {
HostConfig,
RunAction,
RUN_ACTION_TYPE_RESUME_FROM_RECOVERY,
createRunAction,
} from '@opentrons/api-client'

import { useHost } from '../api'

import type { AxiosError } from 'axios'
import type {
UseMutateFunction,
UseMutationOptions,
UseMutationResult,
} from 'react-query'
import type { HostConfig, RunAction } from '@opentrons/api-client'

export type UseResumeRunFromRecoveryMutationResult = UseMutationResult<
RunAction,
Expand Down

0 comments on commit 79bd847

Please sign in to comment.