Skip to content

Commit b052530

Browse files
committed
Cleanup
1 parent 4525311 commit b052530

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/v2/components/database/builder.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import * as pulumi from '@pulumi/pulumi';
2-
import * as aws from '@pulumi/aws';
3-
import * as awsx from '@pulumi/awsx';
41
import { Database } from '.';
2+
import * as pulumi from '@pulumi/pulumi';
53

64
export namespace DatabaseBuilder {
75
export type InstanceConfig = Database.Instance;

0 commit comments

Comments
 (0)