Skip to content

Commit

Permalink
packages/modeldb-pg: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Gustafson committed Jan 28, 2025
1 parent 084b757 commit d32f284
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/modeldb-pg/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
Config,
PrimaryKeyValue,
PropertyValue,
isPrimaryKey,
} from "@canvas-js/modeldb"

import {
Expand All @@ -29,7 +28,6 @@ import {
decodeReferenceValue,
} from "./encoding.js"
import { Method, Query } from "./utils.js"
import { isPrimitive } from "util"

const columnTypes = {
integer: "BIGINT",
Expand Down

0 comments on commit d32f284

Please sign in to comment.