Skip to content

Commit 4da043b

Browse files
committed
fixup
1 parent 7f02f1a commit 4da043b

File tree

1 file changed

+1
-6
lines changed
  • packages/toolkit/src/listenerMiddleware

1 file changed

+1
-6
lines changed

packages/toolkit/src/listenerMiddleware/task.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { TaskAbortError } from './exceptions'
22
import type { AbortSignalWithReason, TaskResult } from './types'
3-
import {
4-
addAbortSignalListener,
5-
removeAbortSignalListener,
6-
catchRejection,
7-
noop,
8-
} from './utils'
3+
import { addAbortSignalListener, catchRejection, noop } from './utils'
94

105
/**
116
* Synchronously raises {@link TaskAbortError} if the task tied to the input `signal` has been cancelled.

0 commit comments

Comments
 (0)