Skip to content

Commit

Permalink
chore: remove one unused
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Oct 30, 2023
1 parent 02f0390 commit e6a68c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { E, trySchemas } from "./index";
import { string, number, array, boolean, object, ValiError } from "valibot";
import { string, number, array, boolean, object } from "valibot";

describe("trySchemas", () => {
const schema1 = object({
Expand Down

0 comments on commit e6a68c3

Please sign in to comment.