Skip to content

Commit 2711927

Browse files
committed
chore: npm run format
1 parent 2b194fd commit 2711927

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/lib/PostgresMetaTables.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
import { ident, literal } from 'pg-format'
22
import { DEFAULT_SYSTEM_SCHEMAS } from './constants'
33
import { coalesceRowsToArray } from './helpers'
4-
import {
5-
columnsSql,
6-
policiesSql,
7-
primaryKeysSql,
8-
relationshipsSql,
9-
tablesSql,
10-
} from './sql'
4+
import { columnsSql, policiesSql, primaryKeysSql, relationshipsSql, tablesSql } from './sql'
115
import { PostgresMetaResult, PostgresTable } from './types'
126

137
export default class PostgresMetaTables {

0 commit comments

Comments
 (0)