Skip to content

Commit

Permalink
chore: cleanup imports (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 17, 2023
1 parent d8904df commit 76c4d81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/changedFiles.ts
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Expand Up @@ -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'
Expand Down

0 comments on commit 76c4d81

Please sign in to comment.