Skip to content

Commit abda003

Browse files
committed
remove unused test import
1 parent a247729 commit abda003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/__tests__/queryCache.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest'
22
import { queryKey, sleep } from '@tanstack/query-test-utils'
3-
import { Query, QueryCache, QueryClient, QueryObserver } from '..'
3+
import { QueryCache, QueryClient, QueryObserver } from '..'
44

55
describe('queryCache', () => {
66
let queryClient: QueryClient

0 commit comments

Comments
 (0)