Skip to content

Commit aa9621d

Browse files
committed
chore: remove unused import
1 parent ba46320 commit aa9621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser_helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, vi } from "vitest";
1+
import { describe, it, expect } from "vitest";
22
import { Section as SectionObject } from "../src/classes/section";
33
import type { Step, MetadataExtract, Cookware, Ingredient } from "../src/types";
44
import {

0 commit comments

Comments
 (0)