- upate imports

This commit is contained in:
Mike Penz
2023-06-04 10:31:25 +00:00
committed by GitHub
parent 0c071deb98
commit a47627e260
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -4,10 +4,9 @@ import {createOrSet, haveCommonElementsArr, haveEveryElementsArr} from './utils'
import {CommentInfo, EMPTY_COMMENT_INFO, PullRequestInfo, retrieveProperty, sortPullRequests} from 'github-pr-collector/lib/pullRequests'
import {DiffInfo} from 'github-pr-collector/lib/commits'
import {validateTransformer} from 'github-pr-collector/lib/regexUtils'
import {Transformer} from 'github-pr-collector/lib/configuration'
import {Transformer, RegexTransformer} from 'github-pr-collector/lib/types'
import {ReleaseNotesOptions} from './releaseNotesBuilder'
import {matchesRules} from './regexUtils'
import {RegexTransformer} from 'github-pr-collector/lib/types'
const EMPTY_MAP = new Map<string, string>()