Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguespn committed Sep 20, 2024
1 parent eeae44b commit 2fd85dd
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 296 deletions.
10 changes: 1 addition & 9 deletions integration-tests/tests/relational/singlestore.schema.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
bigint,
boolean,
primaryKey,
serial,
singlestoreTable,
text,
timestamp
} from 'drizzle-orm/singlestore-core';
import { bigint, boolean, primaryKey, serial, singlestoreTable, text, timestamp } from 'drizzle-orm/singlestore-core';

import { relations } from 'drizzle-orm';

Expand Down
Loading

0 comments on commit 2fd85dd

Please sign in to comment.