Skip to content

Commit 693300f

Browse files
committed
another one
1 parent 0990622 commit 693300f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/core/lib/stack-synthesizers/cli-credentials-synthesizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import * as cxapi from '@aws-cdk/cx-api';
22
import { DockerImageAssetLocation, DockerImageAssetSource, FileAssetLocation, FileAssetSource } from '../assets';
3-
import { ISynthesisSession } from '../construct-compat';
43
import { Stack } from '../stack';
54
import { Token } from '../token';
65
import { AssetManifestBuilder } from './_asset-manifest-builder';
76
import { assertBound, StringSpecializer, stackTemplateFileAsset } from './_shared';
87
import { BOOTSTRAP_QUALIFIER_CONTEXT, DefaultStackSynthesizer } from './default-synthesizer';
98
import { StackSynthesizer } from './stack-synthesizer';
9+
import { ISynthesisSession } from './types';
1010

1111
/**
1212
* Properties for the CliCredentialsStackSynthesizer

0 commit comments

Comments
 (0)