Skip to content

Commit

Permalink
chore(cdk-v2-import-fix): Fix the import statement for cdk v2 rewrite…
Browse files Browse the repository at this point in the history
… import utility to work (#377)
  • Loading branch information
hnishar authored Sep 16, 2021
1 parent 5657b98 commit 42a7de6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
*/

// Note: To ensure CDKv2 compatibility, keep the import statement for Construct separate
import {
Construct
} from '@aws-cdk/core';
import { Construct } from '@aws-cdk/core';
import * as events from '@aws-cdk/aws-events';

export interface BuildEventBusProps {
Expand Down

0 comments on commit 42a7de6

Please sign in to comment.