Skip to content

Commit e9e7818

Browse files
committed
rm unused import
1 parent a4ba0ce commit e9e7818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/tests/createSlice.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import {
3535
mockConsole,
3636
} from 'console-testing-library/pure'
3737
import type { IfMaybeUndefined, NoInfer } from '../tsHelpers'
38-
import { delay } from 'msw'
38+
3939
enablePatches()
4040

4141
type CreateSlice = typeof createSlice

0 commit comments

Comments
 (0)