Skip to content

Commit 78a4979

Browse files
[autofix.ci] apply automated fixes
1 parent 8444e3d commit 78a4979

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/parser/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { PartialRequired } from "@clerc/utils";
2-
import { camelCase, looseIsArray, toArray } from "@clerc/utils";
2+
import { camelCase, looseIsArray } from "@clerc/utils";
33

44
import { InvalidSchemaError } from "./errors";
55
import type {

packages/parser/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IsAny, MaybeArray, Prettify } from "@clerc/utils";
1+
import type { IsAny, Prettify } from "@clerc/utils";
22

33
import type { KNOWN_FLAG, PARAMETER, UNKNOWN_FLAG } from "./iterator";
44

0 commit comments

Comments
 (0)