Skip to content

Commit 2d1de2c

Browse files
committed
chore: apply pre-commit
1 parent e269af2 commit 2d1de2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import time
1818
from importlib.metadata import version
1919
from pathlib import Path
20+
2021
import requests
2122

2223
# If extensions (or modules to document with autodoc) are in another directory,
@@ -69,6 +70,7 @@
6970
# |version| and |release|, also used in various other places throughout the
7071
# built documents.
7172

73+
7274
def _get_latest_release_from_github(org: str, repo_name: str) -> str:
7375
"""Get the highest version release (including prereleases) from GitHub
7476
repository."""

0 commit comments

Comments
 (0)