Skip to content

Commit

Permalink
style: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 13, 2024
1 parent f3976b9 commit f989fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/database_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { QueryClient } from '../src/query_client/index.js'
import { BaseModel } from '../src/orm/base_model/index.js'
import { DatabaseTestUtils } from '../src/test_utils/database.js'
import type { DatabaseConfig, DbQueryEventNode } from '../src/types/database.js'
import { emit } from 'node:process'

/**
* Extending AdonisJS types
Expand Down

0 comments on commit f989fb6

Please sign in to comment.