Skip to content

Commit

Permalink
chore: import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed May 18, 2024
1 parent 381df83 commit 97a3b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Construct } from 'constructs';
import { IpAddressType } from './enums';
import { Attributes, ifUndefined, mapTagMapToCxschema, renderAttributes } from './util';
import * as ec2 from '../../../aws-ec2';
import * as iam from '../../../aws-iam';
Expand All @@ -9,7 +10,6 @@ import { CfnResource, ContextProvider, IResource, Lazy, Resource, Stack, Token }
import * as cxapi from '../../../cx-api';
import { RegionInfo } from '../../../region-info';
import { CfnLoadBalancer } from '../elasticloadbalancingv2.generated';
import { IpAddressType } from './enums';

/**
* Shared properties of both Application and Network Load Balancers
Expand Down

0 comments on commit 97a3b48

Please sign in to comment.