Skip to content

Commit 6ecf4e7

Browse files
committed
Remove unused imports
1 parent 843c2ff commit 6ecf4e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/knip/test/session/session.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import assert from 'node:assert/strict';
22
import { test } from 'node:test';
3-
import { createSession } from '../../src/session/session.js';
43
import { join } from '../../src/util/path.js';
5-
import { createOptions } from '../helpers/create-options.js';
64
import { resolve } from '../helpers/resolve.js';
75
import { describeFile } from './util.js';
86

0 commit comments

Comments
 (0)