Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jun 7, 2024
1 parent e960643 commit 5f52cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CfnDeploymentConfig } from './codedeploy.generated';
import { MinimumHealthyHosts, MinimumHealthyHostsPerZone } from './host-health-config';
import { arnForDeploymentConfig, validateName } from './private/utils';
import { TrafficRouting } from './traffic-routing-config';
import { ArnFormat, Duration, Resource, Stack, Token } from '../../core';
import { ArnFormat, Duration, Resource, Stack } from '../../core';

/**
* The base class for ServerDeploymentConfig, EcsDeploymentConfig,
Expand Down

0 comments on commit 5f52cde

Please sign in to comment.