Skip to content

Commit c78d57c

Browse files
committed
Fix import after rebasing on top of remove-deno
1 parent 18dee38 commit c78d57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/src/codecs/codecs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import type { CodecContext } from "./context";
5454

5555
import { INVALID_CODEC_ID, KNOWN_TYPENAMES, NULL_CODEC_ID } from "./consts";
5656

57-
import type { Float16Array } from "../adapter.shared.node";
57+
import type { Float16Array } from "../utils";
5858

5959
// Types for Client.withCodecs() API:
6060
export namespace Codecs {

0 commit comments

Comments
 (0)