Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed May 1, 2024
1 parent 96740ac commit 69e8c29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ark/attest/__tests__/demo.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
attest,
contextualize,
getPrimaryTsVersionUnderTest
} from "@arktype/attest"
import { attest, contextualize } from "@arktype/attest"
import { type } from "arktype"

const o = { ark: "type" } as const
Expand Down

0 comments on commit 69e8c29

Please sign in to comment.