Skip to content

Commit

Permalink
Update health-checks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored May 11, 2021
1 parent be38b53 commit eb00de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appmesh/lib/health-checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Protocol } from './shared-interfaces';

// keep this import separate from other imports to reduce chance for merge conflicts with v2-main
// eslint-disable-next-line no-duplicate-imports, import/order
import { Construct } from '@aws-cdk/core';
import { Construct } from 'constructs';

/**
* Properties used to define healthchecks.
Expand Down

0 comments on commit eb00de4

Please sign in to comment.