Skip to content

Commit a9279ef

Browse files
committed
lint!
1 parent adb3442 commit a9279ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/runner/src/builder/node-utils.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import { isObject, isRecord } from "@commontools/utils/types";
2-
import {
3-
type JSONSchema,
4-
type NodeRef,
5-
type Opaque,
6-
OpaqueCell,
7-
} from "./types.ts";
2+
import { type JSONSchema, type NodeRef, type Opaque } from "./types.ts";
83
import { ContextualFlowControl } from "../cfc.ts";
94
import { traverseValue } from "./traverse-utils.ts";
105
import {

0 commit comments

Comments
 (0)