Skip to content

Commit 2c59b84

Browse files
haywoodshCopilot
andauthored
Remove the commented-out code
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
1 parent 3efca90 commit 2c59b84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/suite/utils/yaml_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def get_upstream_namespace_from_vs_yaml(file, default_namespace) -> []:
125125
namespace = service.split("/")[0]
126126
else:
127127
namespace = default_namespace
128-
# if namespace not in res:
129128
res.append(namespace)
130129
return res
131130

0 commit comments

Comments
 (0)