Skip to content

Commit fecbdf9

Browse files
committed
fix imports
1 parent 5c7fda6 commit fecbdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-cloudformation/test/nested-stack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Template } from '@aws-cdk/assertions';
44
import * as s3_assets from '@aws-cdk/aws-s3-assets';
55
import * as sns from '@aws-cdk/aws-sns';
66
import { describeDeprecated } from '@aws-cdk/cdk-build-tools';
7-
import { App, CfnParameter, CfnResource, ContextProvider, LegacyStackSynthesizer, Names, Stack, Tags } from '@aws-cdk/core';
7+
import { App, CfnParameter, CfnResource, ContextProvider, LegacyStackSynthesizer, Names, Stack } from '@aws-cdk/core';
88
import * as cxapi from '@aws-cdk/cx-api';
99
import { NestedStack } from '../lib/nested-stack';
1010

0 commit comments

Comments
 (0)