Remove unused import

This commit is contained in:
Arnaud 2024-09-13 20:02:26 +02:00
parent 72ca34ffbe
commit 73b395f714
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -1,6 +1,5 @@
import { afterEach, assert, describe, it, vi } from "vitest";
import { Fetch } from "../fetch-safe/fetch-safe";
import type { CodexError } from "../async";
describe.only("fetch", () => {
afterEach(() => {