Skip to content

Commit

Permalink
Fix #1062: remove duplicated code in load balancer v2s (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
achantavy authored Jan 3, 2023
1 parent d23d1b7 commit 92a0a8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cartography/intel/aws/ec2/load_balancer_v2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ def load_load_balancer_v2s(
current_aws_account_id, update_tag,
)

if lb['TargetGroups']:
load_load_balancer_v2_target_groups(
neo4j_session, load_balancer_id, lb['TargetGroups'],
current_aws_account_id, update_tag,
)


@timeit
def load_load_balancer_v2_subnets(
Expand Down

0 comments on commit 92a0a8a

Please sign in to comment.