Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 4, 2024
1 parent f694e3d commit 2362edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-efs/lib/efs-file-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as iam from '../../aws-iam';
import * as kms from '../../aws-kms';
import { ArnFormat, FeatureFlags, Lazy, RemovalPolicy, Resource, Size, Stack, Tags, Token } from '../../core';
import * as cxapi from '../../cx-api';
import { Region } from '../../../@aws-cdk/region-info/lib/aws-entities';

/**
* EFS Lifecycle Policy, if a file is not accessed for given days, it will move to EFS Infrequent Access
Expand Down

0 comments on commit 2362edc

Please sign in to comment.