Skip to content

Commit 6e430c0

Browse files
committed
refactor(OUT-2193): organize imports
1 parent 7b95b90 commit 6e430c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/copilotApiUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import {
1818
} from '@/types/common'
1919
import { TASKS_APP_URL } from '@/utils/constants'
2020
import { encodePayload } from '@/utils/crypto'
21+
import { withRetry } from '@/utils/withRetry'
2122
import type { CopilotAPI as SDK } from 'copilot-node-sdk'
2223
import { copilotApi } from 'copilot-node-sdk'
2324
import { z } from 'zod'
24-
import { withRetry } from './withRetry'
2525

2626
export class CopilotAPI {
2727
copilot: SDK

0 commit comments

Comments
 (0)