Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit e1bc0f5

Browse files
committed
Fix flake8 error
1 parent 49e8da0 commit e1bc0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

senza/components/elastic_load_balancer_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def component_elastic_load_balancer_v2(definition,
8888
version = '{}-{}'.format(info["StackVersion"],
8989
configuration['NameSuffix'])
9090
loadbalancer_name = get_load_balancer_name(info["StackName"], version)
91-
del(configuration['NameSuffix'])
91+
del (configuration['NameSuffix'])
9292
else:
9393
loadbalancer_name = get_load_balancer_name(info["StackName"],
9494
info["StackVersion"])

0 commit comments

Comments
 (0)