Skip to content

Commit 0de849a

Browse files
committed
fix: removed unsued imports
1 parent 47764ab commit 0de849a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rds.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import {
55
import { Construct } from 'constructs';
66
import { AlertThresholds, RDSMonitoring } from './monitoring';
77
import { ObjToStrMap } from './utils/common';
8-
import { StorageType } from 'aws-cdk-lib/aws-rds';
9-
import { DeletionProtectionCheck } from 'aws-cdk-lib/aws-appconfig';
108

119
export enum ResourceType {
1210
NEW,

0 commit comments

Comments
 (0)