diff --git a/shpc/main/registry/remote.py b/shpc/main/registry/remote.py index d4cf167d1..df94ee803 100644 --- a/shpc/main/registry/remote.py +++ b/shpc/main/registry/remote.py @@ -225,8 +225,7 @@ def get_module_config_url(self, module_name): self.raw_container_url_schemes[domain] % t, self.web_container_url_schemes[domain] % t, ) - else: - return (None, None) + return (None, None) def iter_registry(self, filter_string=None): """