Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Aug 30, 2024
1 parent b7c5168 commit 817d6ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const _ = require('lodash');
const debug = require('debug')('runner');
const debugPerf = require('debug')('perf');
const uuidv4 = require('uuid').v4;
const A = require('async');
const { SSMS } = require('./ssms');
const tryResolve = require('try-require').resolve;
const createPhaser = require('./phases');
const createReader = require('./readers');
const engineUtil = require('@artilleryio/int-commons').engine_util;
Expand Down

0 comments on commit 817d6ad

Please sign in to comment.