chore: cleanup imports (#1576)

This commit is contained in:
Tonye Jack
2023-09-16 21:16:01 -06:00
committed by GitHub
parent d8904df6c5
commit 76c4d81a6a
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ import * as path from 'path'
import {createInterface} from 'readline'
import {parseDocument} from 'yaml'
import {ChangedFiles, ChangeTypeEnum} from './changedFiles'
import {Inputs} from './inputs'
const MINIMUM_GIT_VERSION = '2.18.0'