Skip to content

Commit 6c617fe

Browse files
committed
fix lint
1 parent 924fb1f commit 6c617fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workspaces/leetcode-api/src/fetchGraphQLTypeInformation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { z } from "zod";
2+
import type { GraphQLError } from "graphql";
23

34
import { graphqlKindTypeZodType } from "@code-chronicles/util/graphqlKindTypeZodType";
45
import { isStringEmptyOrWhitespaceOnly } from "@code-chronicles/util/isStringEmptyOrWhitespaceOnly";
@@ -12,8 +13,6 @@ import { stripPrefixOrThrow } from "@code-chronicles/util/stripPrefixOrThrow";
1213
import { normalizeGraphQLDescription } from "./normalizeGraphQLDescription.ts";
1314
import { sortByName } from "./sortByName.ts";
1415
import { getGraphQLClient } from "./getGraphQLClient.ts";
15-
import { rawRequest } from "graphql-request";
16-
import { GraphQLError } from "graphql";
1716

1817
function getTypeFields(depth: number): string {
1918
const base = "name kind";

0 commit comments

Comments
 (0)