Skip to content

Commit 9064512

Browse files
committed
fix(scale-up): remove unused import of run function
1 parent e09337f commit 9064512

File tree

1 file changed

+0
-1
lines changed
  • lambdas/functions/control-plane/src/scale-runners

1 file changed

+0
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { RunnerInputParameters } from './../aws/runners.d';
99
import ScaleError from './ScaleError';
1010
import { publishRetryMessage } from './job-retry';
1111
import { metricGitHubAppRateLimit } from '../github/rate-limit';
12-
import { run } from '../local-down';
1312

1413
const logger = createChildLogger('scale-up');
1514

0 commit comments

Comments
 (0)