Skip to content

Commit

Permalink
Removing leftover import after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Sep 26, 2023
1 parent d3e5b33 commit 3e4f72a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/callback/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CoreContext } from '../context'
import { Emitter } from '../emitter'
import type { Callback } from '../events'

export function pTimeout<T>(promise: Promise<T>, timeout: number): Promise<T> {
Expand Down

0 comments on commit 3e4f72a

Please sign in to comment.