From 76c4d81a6acd339b55bd7407a016981c853eb702 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 16 Sep 2023 21:16:01 -0600 Subject: [PATCH] chore: cleanup imports (#1576) --- src/changedFiles.ts | 1 - src/utils.ts | 1 - 2 files changed, 2 deletions(-) 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'