Skip to content

Commit

Permalink
feat(test_telemetry_interface): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fgozdz committed Sep 16, 2024
1 parent 6169ea3 commit 908ec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_telemetry_interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';
import { default as IORedis } from 'ioredis';
import { after, beforeEach, describe, it, before } from 'mocha';
import { v4 } from 'uuid';
import { Queue, Worker, Job } from '../src/classes';
import { Queue, Worker } from '../src/classes';
import { removeAllQueueData } from '../src/utils';
import {
Telemetry,
Expand Down

0 comments on commit 908ec13

Please sign in to comment.