Skip to content

Commit 19c57e0

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 591268a commit 19c57e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/tests/integration/clone.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* skipIfNoContainers so it no-ops when no test database is configured.
1414
*/
1515
import { describe, it, expect, beforeEach, afterEach } from 'vitest'
16-
import { mkdtemp, rm, mkdir, writeFile, readFile } from 'node:fs/promises'
16+
import { mkdtemp, rm, mkdir, writeFile } from 'node:fs/promises'
1717
import { tmpdir } from 'node:os'
1818
import { join } from 'node:path'
1919
import pg from 'pg'

0 commit comments

Comments
 (0)