mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Fix broken URLs (#152237)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152237 Approved by: https://github.com/huydhn, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
cbcc03c2ad
commit
e2f9759bd0
2
.github/scripts/github_utils.py
vendored
2
.github/scripts/github_utils.py
vendored
@ -128,7 +128,7 @@ def gh_fetch_json_dict(
|
||||
|
||||
def gh_graphql(query: str, **kwargs: Any) -> dict[str, Any]:
|
||||
rc = gh_fetch_url(
|
||||
"https://api.github.com/graphql",
|
||||
"https://api.github.com/graphql", # @lint-ignore
|
||||
data={"query": query, "variables": kwargs},
|
||||
reader=json.load,
|
||||
)
|
||||
|
Reference in New Issue
Block a user