We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e336f09 commit 5039438Copy full SHA for 5039438
packages/@aws-cdk/aws-dsql-alpha/rosetta/default.ts-fixture
@@ -1,10 +1,11 @@
1
-import { Duration, Stack } from 'aws-cdk-lib';
+import { Stack } from 'aws-cdk-lib';
2
import { Construct } from 'constructs';
3
import * as iam from 'aws-cdk-lib/aws-iam';
4
import * as dsql from '@aws-cdk/aws-dsql-alpha';
5
6
class Fixture extends Stack {
7
constructor(scope: Construct, id: string) {
8
super(scope, id);
9
+ /// here
10
}
11
0 commit comments