Skip to content

Commit 86d2a99

Browse files
fix: unused import
1 parent d7b4c1f commit 86d2a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-codedeploy/lib/base-deployment-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CfnDeploymentConfig } from './codedeploy.generated';
33
import { MinimumHealthyHosts, MinimumHealthyHostsPerZone } from './host-health-config';
44
import { arnForDeploymentConfig, validateName } from './private/utils';
55
import { TrafficRouting } from './traffic-routing-config';
6-
import { ArnFormat, Duration, Resource, Stack, Token } from '../../core';
6+
import { ArnFormat, Duration, Resource, Stack } from '../../core';
77

88
/**
99
* The base class for ServerDeploymentConfig, EcsDeploymentConfig,

0 commit comments

Comments
 (0)