Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 11, 2024
1 parent ce21795 commit c50bbf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/masking/__benches__/types.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { MaybeMasked, Unmasked } from "../index.js";
import { attest, bench } from "@ark/attest";
import { expectTypeOf } from "expect-type";
import type { DeepPartial } from "../../utilities/index.js";
import type { ContainsFragmentsRefs } from "../internal/types.js";

import { setup } from "@ark/attest";

Expand Down

0 comments on commit c50bbf1

Please sign in to comment.