Skip to content

Commit 9209c47

Browse files
committed
Remove unused imports from state channels module
1 parent 426f66b commit 9209c47

File tree

1 file changed

+1
-1
lines changed
  • packages/common-ts/src/state-channels

1 file changed

+1
-1
lines changed

packages/common-ts/src/state-channels/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as connext from '@connext/client'
2-
import { Sequelize, ModelCtor, Model } from 'sequelize'
2+
import { Sequelize } from 'sequelize'
33
import { ILogger, IConnextClient } from '@connext/types'
44
import { getPostgresStore } from '@connext/store'
55
import { getSequelizeModelDefinitionData } from '@connext/store/dist/wrappers/sequelizeStorage'

0 commit comments

Comments
 (0)