Skip to content

Commit 64aae1e

Browse files
authored
Merge branch 'main' into aws-lambda-eventbridge
2 parents f7e2ac0 + 42a7de6 commit 64aae1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: source/patterns/@aws-solutions-constructs/core/lib/eventbridge-helper.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
*/
1313

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

2018
export interface BuildEventBusProps {

0 commit comments

Comments
 (0)