Skip to content

Commit 7b02c86

Browse files
author
ikethecoder
authored
minor change (#21)
1 parent 2809b05 commit 7b02c86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

microservices/gatewayApi/v1/routes/gateway.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ def validate_hosts (yaml, reserved_hosts, ns_attributes):
380380
if len(errors) != 0:
381381
raise Exception('\n'.join(errors))
382382

383-
384383
def host_ends_with_one_of_list (a_str, a_list):
385384
for item in a_list:
386385
if a_str.endswith(transform_host(item)):

0 commit comments

Comments
 (0)