Remove unused import

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2025-11-04 20:08:49 -05:00
parent 3f464ea511
commit 622445f2a8
-1
View File
@@ -1,7 +1,6 @@
import {expect, test, beforeEach} from '@jest/globals'
import {readConfig} from '../src/config'
import {getRefs} from '../src/git-refs'
import * as spdx from '../src/spdx'
import {setInput, clearInputs} from './test-helpers'
beforeEach(() => {