Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 30, 2021
1 parent be92c9f commit 6df0d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import { FactoryModel } from '../src/Factory/FactoryModel'
import { RawQueryBuilder } from '../src/Database/QueryBuilder/Raw'
import { InsertQueryBuilder } from '../src/Database/QueryBuilder/Insert'
import { DatabaseQueryBuilder } from '../src/Database/QueryBuilder/Database'
import EventEmitter from 'events'

export const fs = new Filesystem(join(__dirname, 'tmp'))
dotenv.config()
Expand Down

0 comments on commit 6df0d12

Please sign in to comment.