Skip to content

Commit

Permalink
style: remove unwanted import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 1, 2021
1 parent e60dfa2 commit bcfac65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/orm/base-model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import {
import { ModelPaginator } from '../../src/Orm/Paginator'
import { SimplePaginator } from '../../src/Database/Paginator/SimplePaginator'
import { SnakeCaseNamingStrategy } from '../../src/Orm/NamingStrategies/SnakeCase'
import { dir } from 'console'

let db: ReturnType<typeof getDb>
let BaseModel: ReturnType<typeof getBaseModel>
Expand Down

0 comments on commit bcfac65

Please sign in to comment.