Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Sep 10, 2024
1 parent a189c10 commit faa212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aila/src/protocol/jsonPatchProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
deepClone,
JsonPatchError,
} from "fast-json-patch";
import { ZodError, ZodSchema, z } from "zod";
import { ZodError, z } from "zod";
import zodToJsonSchema from "zod-to-json-schema";

import {
Expand Down

0 comments on commit faa212a

Please sign in to comment.