Skip to content

Commit db8e658

Browse files
pre-commit-ci[bot]Mathieu
authored and
Mathieu
committed
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b62fe8 commit db8e658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seed_intersphinx_mapping/__init__.py

+1-1
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)