Skip to content

Commit 716e079

Browse files
committed
fix(scale-down): remove unused import of metricGitHubAppRateLimit
1 parent 9064512 commit 716e079

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { bootTimeExceeded, listEC2Runners, tag, untag, terminateRunner } from '.
77
import { RunnerInfo, RunnerList, RunnerState } from './../aws/runners.d';
88
import { GhRunners, githubCache } from './cache';
99
import { ScalingDownConfig, getEvictionStrategy, getIdleRunnerCount } from './scale-down-config';
10-
import { metricGitHubAppRateLimit } from '../github/rate-limit';
1110
import { getGitHubEnterpriseApiUrl } from './scale-up';
1211

1312
const logger = createChildLogger('scale-down');

0 commit comments

Comments
 (0)