diff --git a/src/changedFiles.ts b/src/changedFiles.ts index d1cf1d06..6901bf99 100644 --- a/src/changedFiles.ts +++ b/src/changedFiles.ts @@ -5,7 +5,6 @@ import flatten from 'lodash/flatten' import mm from 'micromatch' import * as path from 'path' import {setChangedFilesOutput} from './changedFilesOutput' - import {DiffResult} from './commitSha' import {Inputs} from './inputs' import { diff --git a/src/utils.ts b/src/utils.ts index a09d18e3..2fe25192 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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'