8000 Remove unused import · githubocto/flat@f5a825d · GitHub
[go: up one dir, main page]

Skip to content

Commit f5a825d

Browse files
author
Irene Alvarado
committed
Remove unused import
1 parent 36fb801 commit f5a825d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/git.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { exec, ExecOptions } from '@actions/exec'
22
import { statSync } from 'fs'
33
import path from 'path'
44
import * as core from '@actions/core'
5-
import { CONNREFUSED } from 'node:dns'
65

76
export type GitStatus = {
87
flag: string

0 commit comments

Comments
 (0)
0