Skip to content

Commit

Permalink
Removes Unused Imports Closes #527
Browse files Browse the repository at this point in the history
  • Loading branch information
notpritam committed Oct 1, 2023
1 parent a10736b commit b8b5c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import GleeConnection from '../../src/lib/connection.js'
import Glee from '../../src/lib/glee.js'
import GleeMessage from '../../src/lib/message.js'
import GleeAdapter from '../../src/lib/adapter.js'
import { MiddlewareCallback } from '../../src/middlewares/index.d'
import { jest } from '@jest/globals'

const TEST_SERVER_NAME = 'test'
Expand Down

0 comments on commit b8b5c66

Please sign in to comment.