Skip to content

Commit

Permalink
Remove unused imports from state channels module
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Jul 10, 2020
1 parent 426f66b commit 9209c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-ts/src/state-channels/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as connext from '@connext/client'
import { Sequelize, ModelCtor, Model } from 'sequelize'
import { Sequelize } from 'sequelize'
import { ILogger, IConnextClient } from '@connext/types'
import { getPostgresStore } from '@connext/store'
import { getSequelizeModelDefinitionData } from '@connext/store/dist/wrappers/sequelizeStorage'
Expand Down

0 comments on commit 9209c47

Please sign in to comment.