Skip to content

Commit 29e7da0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 905a68f commit 29e7da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seed_intersphinx_mapping/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _get_project_links(project_name: str) -> List[str]:
8383
if _DOCUMENTATION_RE.match(label):
8484
urls.append(url)
8585

86-
urls.append(metadata.get("Home-Page", ""))
86+
urls.append(metadata.get("Home-Page", ''))
8787

8888
except dist_meta.distributions.DistributionNotFoundError:
8989
# Fall back to PyPI

0 commit comments

Comments
 (0)