diff --git a/gitlab/build_manifest.py b/gitlab/build_manifest.py index 25ffafe58a..d0e7ffcf0e 100755 --- a/gitlab/build_manifest.py +++ b/gitlab/build_manifest.py @@ -107,9 +107,6 @@ def request_wrap(path: str) -> List[Dict[str, str]]: if not resp[0]: return None - # Not sure if there will be any edge cases where it returns more than one - # so lets see if anyone complains - assert len(resp) == 1 return resp[0]