Skip to content

Commit 2bb4d74

Browse files
committed
remove unused imports
1 parent 2a42d3e commit 2bb4d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ExtensionCodec, ExtensionCodecType } from "./ExtensionCodec";
33
import { setInt64, setUint64 } from "./utils/int";
44
import { ensureUint8Array } from "./utils/typedArrays";
55
import type { ExtData } from "./ExtData";
6-
import type { ContextOf, SplitUndefined } from "./context";
6+
import type { ContextOf } from "./context";
77

88

99
export const DEFAULT_MAX_DEPTH = 100;

0 commit comments

Comments
 (0)