Skip to content

Commit

Permalink
chore: unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin authored and igalklebanov committed Dec 17, 2024
1 parent 4e35fd8 commit 0f990bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schema/column-definition-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { GeneratedNode } from '../operation-node/generated-node.js'
import { DefaultValueNode } from '../operation-node/default-value-node.js'
import { parseOnModifyForeignAction } from '../parser/on-modify-action-parser.js'
import { Expression } from '../expression/expression.js'
import { sql } from '../raw-builder/sql.js'
import { RawNode } from '../operation-node/raw-node.js'

export class ColumnDefinitionBuilder implements OperationNodeSource {
Expand Down

0 comments on commit 0f990bd

Please sign in to comment.