Skip to content

Commit 5dc7599

Browse files
committed
Remove unused import
1 parent 8e9f75b commit 5dc7599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/module-mysql/test/src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { container } from '@powersync/lib-services-framework';
2-
import { METRICS_HELPER, test_utils } from '@powersync/service-core-tests';
2+
import { METRICS_HELPER } from '@powersync/service-core-tests';
33
import { beforeAll, beforeEach } from 'vitest';
44

55
beforeAll(async () => {

0 commit comments

Comments
 (0)