Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed May 14, 2024
1 parent 0b172a1 commit 2d993d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions grafast/grafast/src/engine/LayerPlan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import te from "tamedevil";
import * as assert from "../assert.js";
import type { Bucket } from "../bucket.js";
import { inspect } from "../inspect.js";
import type { ExecutionValue, UnaryExecutionValue } from "../interfaces.js";
import type { UnaryExecutionValue } from "../interfaces.js";
import {
FLAG_ERROR,
FLAG_INHIBITED,
Expand All @@ -19,11 +19,7 @@ import type {
ModifierStep,
UnbatchedExecutableStep,
} from "../step";
import {
batchExecutionValue,
newBucket,
unaryExecutionValue,
} from "./executeBucket.js";
import { batchExecutionValue, newBucket } from "./executeBucket.js";
import type { OperationPlan } from "./OperationPlan";

/*
Expand Down

0 comments on commit 2d993d9

Please sign in to comment.