Skip to content

Commit cbe9ba9

Browse files
Remove unused imports
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 11ec548 commit cbe9ba9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/corrections/src/track-correction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { GitHub, Context, Core } from './github-types';
2-
import { CLASSIFICATION_LABELS, REVIEW_LABEL, CORRECTIONS_BRANCH } from './types';
2+
import { CLASSIFICATION_LABELS, REVIEW_LABEL } from './types';
33
import type { Correction } from './types';
44
import { writeCorrection } from './write-correction';
55

scripts/corrections/src/update-context-comments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, vi } from 'vitest';
1+
import { describe, it, expect } from 'vitest';
22
import { updateContextComments } from './update-context-comments';
33
import { mockCore, mockGitHub, mockCommentContext } from './test-helpers';
44
import type { Correction } from './types';

scripts/corrections/src/write-correction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, vi } from 'vitest';
1+
import { describe, it, expect } from 'vitest';
22
import { writeCorrection } from './write-correction';
33
import { mockCore, mockGitHub } from './test-helpers';
44
import type { Correction } from './types';

0 commit comments

Comments
 (0)