Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
martijndeh committed Feb 2, 2018
1 parent 4966f7c commit cc62cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/index.ts
@@ -1,7 +1,7 @@
import * as pg from 'pg';
import { ColumnWrapper } from '../columns';
import { DeleteQuery, InsertQuery, PartialQuery, SelectQuery, UpdateQuery } from '../query';
import { Table, TableWrapper } from '../table';
import { TableWrapper } from '../table';
import { CollectionToken, ParameterToken, SeparatorToken, StringToken } from '../tokens';

// FIXME: any should be replaced by something specific. But specifying Table, which should be the
Expand Down

0 comments on commit cc62cec

Please sign in to comment.