Skip to content

Commit 2c3c7d1

Browse files
author
Irene Alvarado
committed
Remove unused import
1 parent 1229abc commit 2c3c7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { exec, ExecOptions } from '@actions/exec'
2-
import { statSync, existsSync } from 'fs'
2+
import { statSync } from 'fs'
33
import path from 'path'
44
import * as core from '@actions/core'
55
import { CONNREFUSED } from 'node:dns'

0 commit comments

Comments
 (0)