Skip to content

Commit 12b5390

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 42bc4ac commit 12b5390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/componentSubmission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import chalk from 'chalk';
2-
import { spawn, execFile } from 'child_process';
2+
import { execFile } from 'child_process';
33
import path from 'path';
44
import fs from 'fs';
55
import os from 'os';

0 commit comments

Comments
 (0)