Skip to content

Commit

Permalink
Fix import after rebasing on top of remove-deno
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Jan 11, 2025
1 parent 18dee38 commit c78d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/codecs/codecs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import type { CodecContext } from "./context";

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

import type { Float16Array } from "../adapter.shared.node";
import type { Float16Array } from "../utils";

// Types for Client.withCodecs() API:
export namespace Codecs {
Expand Down

0 comments on commit c78d57c

Please sign in to comment.