Skip to content

Commit

Permalink
feature(zod): removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Feb 3, 2024
1 parent 62b8040 commit db6cfbe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/groq-builder/src/groq-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import type {
ParserFunction,
} from "./types/public-types";
import type { ExtractTypeNames, RootConfig } from "./types/schema-types";
import {
chainParsers,
normalizeValidationFunction,
} from "./commands/validate-utils";
import { normalizeValidationFunction } from "./commands/validate-utils";
import { ValidationErrors } from "./validation/validation-errors";
import { Empty } from "./types/utils";
import { GroqBuilderResultType } from "./types/public-types";
Expand Down

0 comments on commit db6cfbe

Please sign in to comment.