remove unused imports

This commit is contained in:
Alexis Couvreur 2026-02-24 20:58:02 -05:00
parent e28cad84ee
commit 9307d0b584

View file

@ -1,8 +1,7 @@
import {describe, expect, it, beforeEach, afterEach, jest} from '@jest/globals';
import {describe, expect, it, beforeEach, afterEach} from '@jest/globals';
import * as fs from 'fs';
import * as os from 'os';
import * as path from 'path';
import * as core from '@actions/core';
import {getRequestedVersion} from '../src/version';
import {Inputs} from '../src/context';