Skip to content

Commit 90217a8

Browse files
author
mathbou
committed
🎨 add blank line after docstring
1 parent 10c6092 commit 90217a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seed_intersphinx_mapping/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def get_sphinx_doc_url(pypi_name: str) -> str:
133133
Now raises :exc:`~packaging.requirements.InvalidRequirement` rather than
134134
:exc:`apeye.slumber_url.exceptions.HttpNotFoundError` if the project could not be found on PyPI.
135135
"""
136+
136137
docs_urls = []
137138
for value in _get_project_links(pypi_name):
138139
# Follow redirects to get actual URL

0 commit comments

Comments
 (0)