Skip to content

Commit 3d11add

Browse files
remove unused import
1 parent 072a2e3 commit 3d11add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as core from '@actions/core';
22
import * as exec from '@actions/exec';
33
import * as installer from './installer';
44
import fs from 'fs';
5-
import * as child_process from 'child_process';
65
import * as auth from './authutil';
76
import * as path from 'path';
87
import {restoreCache} from './cache-restore';

0 commit comments

Comments
 (0)