Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Sep 13, 2024
1 parent 72ca34f commit 73b395f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fetch-safe/fetch-safe.test.ts
Original file line number Diff line number Diff line change
@@ -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(() => {
Expand Down

0 comments on commit 73b395f

Please sign in to comment.