Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Jul 3, 2024
1 parent 5055a3c commit 637d07a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/device.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { Buffer } from "buffer";
import type Transport from "@ledgerhq/hw-transport";
import { ByteWriter } from "./serialization/byteWriter";
import type { DeviceResponse } from "./types/internal";
Expand Down
1 change: 0 additions & 1 deletion src/types/internal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { Buffer } from "buffer";
import type { RETURN_CODE } from "../device";
import type { AttestedBox } from "./attestedBox";
import type { BoxCandidate, ChangeMap } from "./public";
Expand Down

0 comments on commit 637d07a

Please sign in to comment.