Skip to content

Commit b944384

Browse files
committed
Ruff
Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com>
1 parent 17fce9f commit b944384

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def get_version():
115115

116116
# sphinx.ext.intersphinx
117117
intersphinx_mapping = {
118-
'python': ('https://docs.python.org/3', None),
119-
'torch': ('https://docs.pytorch.org/docs/stable/', None),
118+
"python": ("https://docs.python.org/3", None),
119+
"torch": ("https://docs.pytorch.org/docs/stable/", None),
120120
}
121121

122122
# --- Work around to make autoclass signatures not (*args, **kwargs) ----------

0 commit comments

Comments
 (0)